forked from GoogleChromeLabs/sw-toolbox
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.45 KB
/
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
{
"name": "sw-toolbox",
"version": "3.6.0",
"description": "Service Worker Toolbox provides some simple helpers for use in creating your own service workers.",
"license": "Apache-2.0",
"scripts": {
"build": "gulp default",
"test": "gulp lint default && node ./test/helpers/download-browsers.js && mocha",
"publish-docs": "npm-publish-scripts publish-docs",
"publish-release": "npm-publish-scripts publish-release"
},
"main": "lib/sw-toolbox.js",
"repository": "https://github.com/GoogleChrome/sw-toolbox",
"dependencies": {
"path-to-regexp": "^1.0.1",
"serviceworker-cache-polyfill": "^4.0.0"
},
"devDependencies": {
"browserify": "^13.1.0",
"chai": "^3.4.1",
"chromedriver": "^2.28.0",
"cookie-parser": "^1.4.1",
"eslint": "^3.13.1",
"eslint-config-google": "^0.7.1",
"express": "^4.13.3",
"geckodriver": "1.6.1",
"gulp": "^3.9.0",
"gulp-eslint": "^3.0.1",
"gulp-gh-pages": "^0.5.4",
"gulp-header": "^1.8.8",
"gulp-sourcemaps": "^2.3.1",
"gulp-uglify": "^2.0.0",
"jsdoc": "^3.4.0",
"mocha": "^3.2.0",
"npm-publish-scripts": "^4.1.16",
"operadriver": "^1.0.0",
"selenium-assistant": "^5.0.4",
"sw-testing-helpers": "^1.0.2",
"temp": "^0.8.3",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0",
"which": "^1.2.4"
},
"files": [
"lib/",
"companion.js",
"sw-toolbox.js",
"sw-toolbox.js.map",
"index.d.ts"
]
}