-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
72 lines (72 loc) · 1.32 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
{
"name": "snow",
"version": "0.0.1",
"description": "snowstorm",
"main": "dist/snow.min.js",
"scripts": {
"test": "mocha-phantomjs test/test.html"
},
"repository": {
"type": "git",
"url": "git://github.com/sinnwell/snow.git"
},
"author": "Steve Sinnwell <[email protected]> (http://github.com/sinnwell)",
"license": "MIT",
"devDependencies": {
"connect-livereload": "~0.2.0",
"grunt": "~0.4.1",
"grunt-closure-compiler": "0.0.21",
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-concat": "~0.3.0",
"grunt-contrib-connect": "~0.3.0",
"grunt-contrib-jshint": "~0.5.4",
"grunt-contrib-watch": "~0.4.3",
"grunt-open": "~0.2.0",
"matchdep": "~0.1.2",
"mocha": "~1.12.0"
},
"testling": {
"scripts": [
"test/helpers/*.js",
"in-viewport.js",
"test/*.js"
],
"harness": "mocha-bdd",
"browsers": {
"ie": [
6,
7,
8,
9,
10
],
"chrome": [
24,
25,
"canary"
],
"firefox": [
18,
19,
"nightly"
],
"opera": [
12,
"next"
],
"safari": [
5.1,
6
],
"iphone": [
6
],
"ipad": [
6
],
"android-browser": [
4.2
]
}
}
}