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

Side by Side Diff: Tools/GardeningServer/package.json

Issue 411763003: Set up mocha, chai and karma for sheriff-o-matic unit testing. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 {
2 "name": "sheriff-o-matic",
3 "version": "0.1.0",
michaelpg 2014/07/22 22:52:35 npm yells at me if I don't include a version. so..
ojan 2014/07/23 01:36:58 0.1.0 sgtm. :)
4 "repository": {
michaelpg 2014/07/22 22:52:35 same here, this is just so npm shuts up.
5 "type": "git",
6 "url": "https://chromium.googlesource.com/chromium/blink"
7 },
8 "devDependencies": {
9 "karma": "~0.12.17",
10 "karma-chrome-launcher": "~0.1.4",
11 "karma-mocha": "~0.1.6"
12 }
13 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698