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

Unified 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 side-by-side diff with in-line comments
Download patch
Index: experimental/webtry/poly/package.json
diff --git a/experimental/webtry/poly/package.json b/experimental/webtry/poly/package.json
new file mode 100644
index 0000000000000000000000000000000000000000..2db172a1f1d5bd16339607711ea96fd51bef4bbb
--- /dev/null
+++ b/experimental/webtry/poly/package.json
@@ -0,0 +1,17 @@
+{
+ "name": "polyfill",
+ "version": "0.0.1",
+ "description": "All the dependencies we need to run grunt and build our minified polyfill JS library.",
+ "main": "polyfill.js",
+ "author": "jcgregorio@google.com",
+ "license": "MIT",
+ "devDependencies": {
+ "grunt": "~0.4.5",
+ "grunt-contrib-uglify": "~0.4.0",
+ "grunt-bower": "~0.13.1",
+ "grunt-contrib-concat": "~0.4.0",
+ "grunt-shell": "~0.7.0",
+ "grunt-contrib-copy": "~0.5.0",
+ "grunt-contrib-cssmin": "~0.9.0"
+ }
+}

Powered by Google App Engine
This is Rietveld 408576698