-
Notifications
You must be signed in to change notification settings - Fork 15
/
package.json
43 lines (43 loc) · 1.01 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
{
"name": "sticky-position",
"description": "A `position: sticky` polyfill that's dependency-free and does not modify the DOM tree, i.e., React-friendly.",
"version": "1.0.1",
"keywords": [
"sticky",
"position",
"polyfill",
"position: sticky"
],
"author": {
"name": "Jack Moore",
"url": "http://www.jacklmoore.com",
"email": "[email protected]"
},
"main": "dist/sticky-position.js",
"license": "MIT",
"homepage": "http://www.jacklmoore.com/sticky-position",
"demo": "http://www.jacklmoore.com/sticky-position",
"repository": {
"type": "git",
"url": "http://github.com/jackmoore/sticky-position.git"
},
"dependencies": {},
"devDependencies": {
"babel": "^5.4.3",
"gaze": "^0.5.1",
"jshint": "^2.7.0",
"uglify-js": "^2.4.22"
},
"config": {
"bower": {
"name": "sticky-position",
"ignore": [],
"moduleType": [
"amd",
"node"
]
},
"title": "sticky-position",
"filename": "sticky-position"
}
}