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

Unified Diff: appengine/isolate/ui/package.json

Issue 2991153002: Add stub for new polymer-based Isolate UI (Closed)
Patch Set: Address feedback Created 3 years, 4 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
« no previous file with comments | « appengine/isolate/ui/elements.html ('k') | appengine/isolate/ui/res/imp/index/isolate-index.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: appengine/isolate/ui/package.json
diff --git a/appengine/isolate/ui/package.json b/appengine/isolate/ui/package.json
new file mode 100644
index 0000000000000000000000000000000000000000..7dc5e86e0732ad517a55d939e1bcbc59e6aebd7d
--- /dev/null
+++ b/appengine/isolate/ui/package.json
@@ -0,0 +1,16 @@
+{
+ "name": "luci-isolate",
+ "version": "0.0.0",
+ "private": true,
+ "description": "Luci Isolate",
+ "author": "",
+ "license": "LICENSE",
+ "devDependencies": {
+ "html-minifier": "~3.0.0",
+ "http-server": "~0.9.0",
+ "sinon": "1.17.5",
+ "skia-common-js": "^1.3.1",
+ "uglify-js": "^2.7.0",
+ "vulcanize": "~1.14.8"
+ }
+}
« no previous file with comments | « appengine/isolate/ui/elements.html ('k') | appengine/isolate/ui/res/imp/index/isolate-index.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698