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

Side by Side Diff: appengine/swarming/elements/package.json

Issue 2204483002: Add UI to new botlist to show summary (Closed) Base URL: https://chromium.googlesource.com/external/github.com/luci/luci-py@bot-summary-api
Patch Set: Add docs Created 4 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 unified diff | Download patch
OLDNEW
1 { 1 {
2 "name": "luci", 2 "name": "luci",
3 "version": "0.0.0", 3 "version": "0.0.0",
4 "private": true, 4 "private": true,
5 "description": "Luci Swarming", 5 "description": "Luci Swarming",
6 "author": "", 6 "author": "",
7 "license": "LICENSE", 7 "license": "LICENSE",
8 "devDependencies": { 8 "devDependencies": {
9 "vulcanize": "~1.14.8", 9 "http-server": "~0.9.0",
10 "sinon": "1.17.2", 10 "sinon": "1.17.2",
11 "http-server": "~0.9.0" 11 "uglify-js": "^2.7.0",
12 "vulcanize": "~1.14.8"
12 } 13 }
13 } 14 }
OLDNEW
« no previous file with comments | « appengine/swarming/elements/build/js/common.js ('k') | appengine/swarming/elements/res/imp/botlist/bot-filters.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698