summaryrefslogtreecommitdiffstats
path: root/chromium/third_party/skia/experimental/webtry/poly/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/skia/experimental/webtry/poly/package.json')
-rw-r--r--chromium/third_party/skia/experimental/webtry/poly/package.json17
1 files changed, 17 insertions, 0 deletions
diff --git a/chromium/third_party/skia/experimental/webtry/poly/package.json b/chromium/third_party/skia/experimental/webtry/poly/package.json
new file mode 100644
index 00000000000..2db172a1f1d
--- /dev/null
+++ b/chromium/third_party/skia/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"
+ }
+}