forked from janpaul123/delayed-scroll-restoration-polyfill
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 964 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
{
"name": "delayed-scroll-restoration-polyfill",
"version": "0.1.1",
"description": "Polyfill that mimics Chrome's scroll restoration behavior.",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/brigade/delayed-scroll-restoration-polyfill.git"
},
"homepage": "https://github.com/brigade/delayed-scroll-restoration-polyfill",
"bugs": "https://github.com/brigade/delayed-scroll-restoration-polyfill/issues",
"scripts": {
"build-npm": "babel index.es6.js --out-file index.js",
"prepublish": "npm run build-npm"
},
"author": "Brigade Engineering",
"contributors": [
{
"name": "Jan Paul Posma",
"email": "[email protected]"
}
],
"license": "MIT",
"devDependencies": {
"babel-cli": "^6.2.0",
"babel-preset-es2015": "^6.1.18",
"eslint": "^1.10.1",
"eslint-config-brigade": "^1.9.0"
},
"keywords": [
"scroll",
"restoration",
"polyfill"
]
}