forked from filamentgroup/fixed-sticky
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 973 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
{
"name": "fixed-sticky",
"version": "0.1.8",
"description": "A position: sticky polyfill that works with filamentgroup/fixed-fixed for a safer position:fixed fallback.",
"main": "fixedsticky.js",
"scripts": {
"test": "./node_modules/.bin/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": "~1.0.1",
"grunt-cli": "~1.2.0",
"grunt-contrib-clean": "~1.1.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-jshint": "~1.1.0",
"grunt-contrib-qunit": "~2.0.0",
"grunt-contrib-uglify": "~3.0.1",
"grunt-contrib-watch": "~1.0.0",
"grunt-gh-pages": "~2.0.0",
"matchdep": "~1.0.0",
"qunitjs": "^2.3.3"
},
"dependencies": {
"jquery": "^3.2.1"
}
}