forked from wilddeer/stickyfill
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 783 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
{
"name": "stickyfilljs",
"version": "2.1.0",
"description": "Polyfill for CSS `position: sticky`",
"keywords": [
"sticky",
"polyfill"
],
"license": "MIT",
"homepage": "https://github.com/wilddeer/stickyfill",
"repository": {
"type": "git",
"url": "https://github.com/wilddeer/stickyfill.git"
},
"author": {
"name": "Oleg Korsunsky",
"url": "https://github.com/wilddeer"
},
"main": "dist/stickyfill.js",
"types": "types/index.d.ts",
"devDependencies": {
"babel-preset-es2015": "^6.22.0",
"grunt": "^1.0.1",
"grunt-babel": "^6.0.0",
"grunt-bump": "^0.8.0",
"grunt-contrib-uglify": "^2.0.0",
"grunt-contrib-watch": "^1.0.0",
"grunt-shell": "^2.1.0",
"grunt-wrap": "^0.3.1"
},
"dependencies": {}
}