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

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

Issue 2470973003: give user notification if bot or task not found (Closed)
Patch Set: rebase Created 4 years, 1 month 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 "common-substrings": "~1.0.0", 9 "common-substrings": "~1.0.0",
10 "html-minifier": "~3.0.0", 10 "html-minifier": "~3.0.0",
11 "http-server": "~0.9.0", 11 "http-server": "~0.9.0",
12 "sinon": "1.17.5", 12 "sinon": "1.17.5",
13 "skia-common-js": "^1.2.0", 13 "skia-common-js": "^1.3.1",
14 "uglify-js": "^2.7.0", 14 "uglify-js": "^2.7.0",
15 "vulcanize": "~1.14.8" 15 "vulcanize": "~1.14.8"
16 } 16 }
17 } 17 }
OLDNEW
« no previous file with comments | « appengine/swarming/ui/build/js/js.js ('k') | appengine/swarming/ui/res/imp/botpage/bot-page.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698