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

Side by Side Diff: experimental/webtry/poly/package.json

Issue 292433002: Move zooming into its own component, imported via HTML Imports. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 6 years, 7 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": "polyfill",
3 "version": "0.0.1",
4 "description": "All the dependencies we need to run grunt and build our minifi ed polyfill JS library.",
5 "main": "polyfill.js",
6 "author": "jcgregorio@google.com",
7 "license": "MIT",
8 "devDependencies": {
9 "grunt": "~0.4.5",
10 "grunt-contrib-uglify": "~0.4.0",
11 "grunt-bower": "~0.13.1",
12 "grunt-contrib-concat": "~0.4.0",
13 "grunt-shell": "~0.7.0",
14 "grunt-contrib-copy": "~0.5.0",
15 "grunt-contrib-cssmin": "~0.9.0"
16 }
17 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698