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

Side by Side Diff: autoroll/package.json

Issue 1411553004: Add autoroll server (Closed) Base URL: https://skia.googlesource.com/buildbot@arb_status
Patch Set: Add error-toast-sk to app-sk Created 5 years, 2 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
« no previous file with comments | « autoroll/go/autoroll/main.go ('k') | autoroll/res/imp/arb-status-sk.html » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 "name": "alertserver", 2 "name": "autoroll",
3 "version": "0.1.0", 3 "version": "0.1.0",
4 "private": true, 4 "private": true,
5 "description": "Alert Server", 5 "description": "AutoRoll Bot",
6 "main": "index.js", 6 "main": "index.js",
7 "scripts": { 7 "scripts": {
8 "test": "make test" 8 "test": "make test"
9 }, 9 },
10 "author": "", 10 "author": "",
11 "license": "BSD", 11 "license": "BSD",
12 "devDependencies": { 12 "devDependencies": {
13 "mocha": "~1.20.1", 13 "mocha": "~1.20.1",
14 "chai": "~1.9.1", 14 "chai": "~1.9.1",
15 "karma-mocha": "~0.1.4", 15 "karma-mocha": "~0.1.4",
16 "karma-chai": "~0.1.0", 16 "karma-chai": "~0.1.0",
17 "karma-chrome-launcher": "~0.1.4", 17 "karma-chrome-launcher": "~0.1.4",
18 "karma-firefox-launcher": "~0.1.3", 18 "karma-firefox-launcher": "~0.1.3",
19 "karma-ie-launcher": "~0.1.5", 19 "karma-ie-launcher": "~0.1.5",
20 "karma-safari-launcher": "~0.1.1", 20 "karma-safari-launcher": "~0.1.1",
21 "cssmin": "~0.4.2", 21 "cssmin": "~0.4.2",
22 "autoprefixer": "~4.0.0", 22 "autoprefixer": "~4.0.0",
23 "karma": "~0.12.25", 23 "karma": "~0.12.25",
24 "bower": "~1.3.12", 24 "bower": "~1.3.12",
25 "uglify-js": "~2.4.15", 25 "uglify-js": "~2.4.15",
26 "vulcanize": "~1.10.4", 26 "vulcanize": "~1.10.4",
27 "native-promise-only": "~0.7.6-a" 27 "native-promise-only": "~0.7.6-a"
28 } 28 }
29 } 29 }
OLDNEW
« no previous file with comments | « autoroll/go/autoroll/main.go ('k') | autoroll/res/imp/arb-status-sk.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698