forked from filamentgroup/fixed-sticky
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
31 lines (31 loc) · 817 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
{
"name": "fixed-sticky",
"version": "0.1.3",
"description": "A position: sticky polyfill that works with filamentgroup/fixed-fixed for a safer position:fixed fallback.",
"main": "fixedsticky.js",
"scripts": {
"test": "grunt test"
},
"repository": {
"type": "git",
"url": "git://github.com/filamentgroup/fixed-sticky.git"
},
"keywords": [
"sticky"
],
"author": "Zach Leatherman",
"license": "MIT",
"bugs": {
"url": "https://github.com/filamentgroup/fixed-sticky/issues"
},
"devDependencies": {
"grunt": "~0.4.1",
"matchdep": "~0.3.0",
"grunt-contrib-clean": "~0.4.0",
"grunt-contrib-jshint": "~0.1.1",
"grunt-contrib-qunit": "~0.3.0",
"grunt-contrib-uglify": "~0.1.1",
"grunt-contrib-watch": "~0.5.3",
"grunt-gh-pages": "~0.8.1"
}
}