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

Unified Diff: appengine/swarming/elements/package.json

Issue 2174903002: Add stub pages and oauth-blessed request to /newui (Closed) Base URL: https://chromium.googlesource.com/external/github.com/luci/luci-py@master
Patch Set: Remove unneeded headers Created 4 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « appengine/swarming/elements/index.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: appengine/swarming/elements/package.json
diff --git a/appengine/swarming/elements/package.json b/appengine/swarming/elements/package.json
new file mode 100644
index 0000000000000000000000000000000000000000..7a33fa029507acb47ca1d4cc54f2c155f82d4892
--- /dev/null
+++ b/appengine/swarming/elements/package.json
@@ -0,0 +1,13 @@
+{
+ "name": "luci",
+ "version": "0.0.0",
+ "private": true,
+ "description": "Luci Swarming",
+ "author": "",
+ "license": "LICENSE",
+ "devDependencies": {
+ "vulcanize": "~1.14.8",
+ "sinon": "1.17.2",
+ "http-server": "~0.9.0"
+ }
+}
« no previous file with comments | « appengine/swarming/elements/index.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698