UNPKG

1.24 kBJSONView Raw
1{
2 "name": "sw-toolbox",
3 "version": "3.2.1",
4 "license": "Apache-2.0",
5 "scripts": {
6 "publish-release": "./node_modules/sw-testing-helpers/project/publish-release.sh",
7 "build": "gulp default",
8 "build-docs": "jsdoc -c jsdoc.json && cp ./build/sw-toolbox.js ./docs/",
9 "test": "gulp lint && gulp test:automated",
10 "bundle": "./project/create-release-bundle.sh"
11 },
12 "main": "lib/sw-toolbox.js",
13 "repository": "https://github.com/GoogleChrome/sw-toolbox",
14 "dependencies": {
15 "serviceworker-cache-polyfill": "^4.0.0",
16 "path-to-regexp": "^1.0.1"
17 },
18 "devDependencies": {
19 "browserify": "^12.0.1",
20 "browserify-header": "^0.9.2",
21 "chai": "^3.4.1",
22 "chromedriver": "^2.20.0",
23 "cookie-parser": "^1.4.1",
24 "eslint": "^1.10.3",
25 "eslint-config-google": "^0.3.0",
26 "express": "^4.13.3",
27 "gulp": "^3.9.0",
28 "gulp-eslint": "^1.1.1",
29 "gulp-gh-pages": "^0.5.4",
30 "gulp-mocha": "^2.2.0",
31 "jsdoc": "^3.4.0",
32 "jshint-stylish": "^2.1.0",
33 "minifyify": "^7.1.0",
34 "mocha": "^2.3.4",
35 "qunitjs": "^1.20.0",
36 "selenium-webdriver": "^2.48.2",
37 "sw-testing-helpers": "0.0.14",
38 "temp": "^0.8.3",
39 "vinyl-source-stream": "^1.1.0",
40 "which": "^1.2.4"
41 }
42}