-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
25 lines (25 loc) · 732 Bytes
/
Copy pathpackage.json
File metadata and controls
25 lines (25 loc) · 732 Bytes
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
{
"name": "swkit",
"version": "1.0.3",
"description": "Service worker helper functions",
"main": "dist/index.js",
"module": "src/index.js",
"repository": "https://github.com/download13/swkit.git",
"author": "Erin Dachtler <download333@gmail.com>",
"license": "MIT",
"dependencies": {
"route-parser": "git+ssh://git@github.com:download13/route-parser.git#ce9e713e4846f86673577a9e9057b480682a1787"
},
"devDependencies": {
"babel-core": "6.21.0",
"babel-loader": "6.2.10",
"babel-preset-es2015": "6.18.0",
"rollup-plugin-commonjs": "^8.0.2",
"rollup-plugin-node-resolve": "^3.0.0",
"webpack": "2.2.1"
},
"scripts": {
"build": "webpack -p",
"watch": "webpack --watch"
}
}