UNPKG

1.05 kBJSONView Raw
1{
2 "name": "sw-register-webpack-plugin",
3 "version": "1.0.3",
4 "description": "a webpack plugin for multi level path deploy",
5 "main": "dist/index.js",
6 "scripts": {
7 "build": "cross-env BABEL_ENV=production rollup -c",
8 "prepublish": "npm run build"
9 },
10 "repository": {
11 "type": "git",
12 "url": "https://github.com/searchfe/sw-register-webpack-plugin.git"
13 },
14 "keywords": [
15 "webpack",
16 "plugin",
17 "serviceWorker",
18 "no-cache"
19 ],
20 "author": "mj (zoumiaojiang@gmail.com)",
21 "license": "ISC",
22 "dependencies": {
23 "babel-core": "^6.24.1",
24 "babel-plugin-external-helpers": "^6.22.0",
25 "babel-plugin-transform-object-rest-spread": "^6.23.0",
26 "babel-plugin-transform-runtime": "^6.23.0",
27 "babel-preset-env": "^1.3.2",
28 "babel-preset-latest": "^6.24.1",
29 "etpl": "^3.2.0",
30 "minimatch": "^3.0.4"
31 },
32 "devDependencies": {
33 "babel-cli": "^6.24.0",
34 "cross-env": "^4.0.0",
35 "rollup": "^0.41.6",
36 "rollup-plugin-babel": "^2.7.1",
37 "rollup-plugin-node-resolve": "^3.0.0"
38 }
39}