OLD | NEW |
(Empty) | |
| 1 { |
| 2 "name": "sw-toolbox", |
| 3 "version": "2.0.3", |
| 4 "scripts": { |
| 5 "test": "gulp test" |
| 6 }, |
| 7 "repository": "https://github.com/GoogleChrome/sw-toolbox", |
| 8 "devDependencies": { |
| 9 "browserify": "^6.3.2", |
| 10 "gulp": "^3.8.10", |
| 11 "gulp-jshint": "^1.9.0", |
| 12 "jshint-stylish": "^1.0.0", |
| 13 "path-to-regexp": "^1.0.1", |
| 14 "serviceworker-cache-polyfill": "coonsta/cache-polyfill", |
| 15 "vinyl-source-stream": "^1.0.0" |
| 16 }, |
| 17 "dependencies": { |
| 18 "browserify-header": "^0.9.2", |
| 19 "minifyify": "^6.4.0" |
| 20 } |
| 21 } |
OLD | NEW |