-
Notifications
You must be signed in to change notification settings - Fork 15
/
package.json
33 lines (33 loc) · 975 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
{
"name": "wscrollfix",
"version": "1.0.1",
"description": "",
"main": "./dist/wScrollFix.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "rollup -c ./build/rollup.config.js --watch",
"pub": "rollup -c ./build/rollup.build.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/qbright/wScrollFix.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/qbright/wScrollFix/issues"
},
"homepage": "https://github.com/qbright/wScrollFix#readme",
"devDependencies": {
"babel-core": "^6.26.0",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-stage-2": "^6.24.1",
"rollup-plugin-babel": "^3.0.2",
"rollup-plugin-node-resolve": "^3.0.0",
"rollup-plugin-serve": "^0.4.2",
"rollup-plugin-sourcemaps": "^0.4.2",
"rollup-plugin-uglify": "^2.0.1",
"transform-runtime": "0.0.0"
}
}