forked from GoogleChromeLabs/sw-toolbox
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 990 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
34
35
36
37
{
"name": "sw-toolbox",
"version": "3.1.1",
"license": "Apache-2.0",
"scripts": {
"test": "gulp lint && gulp test:automated"
},
"main": "lib/sw-toolbox.js",
"repository": "https://github.com/GoogleChrome/sw-toolbox",
"dependencies": {
"serviceworker-cache-polyfill": "coonsta/cache-polyfill",
"path-to-regexp": "^1.0.1"
},
"devDependencies": {
"browserify": "^12.0.1",
"browserify-header": "^0.9.2",
"chai": "^3.4.1",
"chromedriver": "^2.20.0",
"cookie-parser": "^1.4.1",
"eslint": "^1.10.3",
"eslint-config-google": "^0.3.0",
"express": "^4.13.3",
"gulp": "^3.9.0",
"gulp-eslint": "^1.1.1",
"gulp-gh-pages": "^0.5.4",
"gulp-mocha": "^2.2.0",
"jshint-stylish": "^2.1.0",
"minifyify": "^7.1.0",
"mocha": "^2.3.4",
"qunitjs": "^1.20.0",
"selenium-webdriver": "^2.48.2",
"sw-testing-helpers": "0.0.6",
"temp": "^0.8.3",
"vinyl-source-stream": "^1.1.0",
"which": "^1.2.4"
}
}