Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(22)

Side by Side Diff: polymer_1.0.4/bower_components/sw-toolbox/package.json

Issue 1205703007: Add polymer 1.0 to npm_modules (Closed) Base URL: https://chromium.googlesource.com/infra/third_party/npm_modules.git@master
Patch Set: Renamed folder to 1.0.4 Created 5 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(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 }
OLDNEW
« no previous file with comments | « polymer_1.0.4/bower_components/sw-toolbox/companion.js ('k') | polymer_1.0.4/bower_components/sw-toolbox/sw-toolbox.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698