Index: polymer_1.0.4/bower_components/sw-toolbox/package.json |
diff --git a/polymer_1.0.4/bower_components/sw-toolbox/package.json b/polymer_1.0.4/bower_components/sw-toolbox/package.json |
new file mode 100644 |
index 0000000000000000000000000000000000000000..ec471d13344639456b6c975c239b6b39e238e099 |
--- /dev/null |
+++ b/polymer_1.0.4/bower_components/sw-toolbox/package.json |
@@ -0,0 +1,21 @@ |
+{ |
+ "name": "sw-toolbox", |
+ "version": "2.0.3", |
+ "scripts": { |
+ "test": "gulp test" |
+ }, |
+ "repository": "https://github.com/GoogleChrome/sw-toolbox", |
+ "devDependencies": { |
+ "browserify": "^6.3.2", |
+ "gulp": "^3.8.10", |
+ "gulp-jshint": "^1.9.0", |
+ "jshint-stylish": "^1.0.0", |
+ "path-to-regexp": "^1.0.1", |
+ "serviceworker-cache-polyfill": "coonsta/cache-polyfill", |
+ "vinyl-source-stream": "^1.0.0" |
+ }, |
+ "dependencies": { |
+ "browserify-header": "^0.9.2", |
+ "minifyify": "^6.4.0" |
+ } |
+} |