forked from forcedotcom/scrollerjs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 873 Bytes
/
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
{
"name": "Scroller",
"description": "ScrollerJS",
"version": "0.0.1",
"homepage": "http://scrollerjs.com",
"author": "Diego Ferreiro <[email protected]>",
"contributors": [
"Nihar Dandekar <[email protected]>"
],
"keywords": [
"scrolling",
"scroller",
"performance",
"60fps",
"infinite",
"pulltorefresh",
"snap",
"carousel",
"iphone",
"android",
"mobile",
"desktop",
"firefoxOS"
],
"devDependencies": {
"grunt": "~0.4.2",
"grunt-contrib-concat" : "~0.3.0",
"grunt-contrib-uglify" : "~0.3.2",
"grunt-contrib-clean" : "~0.5.0",
"yuidocjs" : "0.3.x"
},
"repository": {
"type": "git",
"url": "https://github.com/forcedotcom/scrollerjs"
},
"bugs": {
"url": "https://github.com/forcedotcom/scrollerjs/issues"
},
"license": "Apache2.0"
}