forked from excellenteasy/iscroll-sticky
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.26 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
{
"name": "iscroll-sticky",
"description": "iOS-style sticky headers with iScroll 5",
"version": "0.1.1",
"homepage": "https://github.com/excellenteasy/iscroll-sticky",
"author": "excellenteasy <[email protected]>",
"contributors": [
{
"name": "David Pfahler",
"email": "[email protected]"
},
{
"name": "Stephan Bönnemann",
"email": "[email protected]"
}
],
"repository": {
"type": "git",
"url": "git://github.com/excellenteasy/iscroll-sticky.git"
},
"bugs": {
"url": "https://github.com/excellenteasy/iscroll-sticky/issues"
},
"engines": {
"node": ">= 0.8.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"peerDependencies": {
"grunt": "~0.4"
},
"devDependencies": {
"grunt": "~0.4",
"grunt-coffeelint": "0.0.7",
"grunt-contrib-clean": "~0.4.1",
"grunt-contrib-coffee": "0.7.0",
"grunt-contrib-watch": "0.2.0",
"grunt-shell": "~0.3.0",
"matchdep": "~0.1.2",
"semver-sync": "~1.2.0",
"grunt-bower-task": "0.2.3",
"grunt-conventional-changelog": "git://github.com/btford/grunt-conventional-changelog.git#aa77460"
},
"keywords": [
"iscroll",
"iscroll5",
"sticky",
"stickyheaders"
]
}