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

Unified 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 side-by-side diff with in-line comments
Download patch
Index: Tools/GardeningServer/package.json
diff --git a/Tools/GardeningServer/package.json b/Tools/GardeningServer/package.json
new file mode 100644
index 0000000000000000000000000000000000000000..22bf95a6825bc128c23f953a2bb9111375207e63
--- /dev/null
+++ b/Tools/GardeningServer/package.json
@@ -0,0 +1,13 @@
+{
+ "name": "sheriff-o-matic",
+ "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. :)
+ "repository": {
michaelpg 2014/07/22 22:52:35 same here, this is just so npm shuts up.
+ "type": "git",
+ "url": "https://chromium.googlesource.com/chromium/blink"
+ },
+ "devDependencies": {
+ "karma": "~0.12.17",
+ "karma-chrome-launcher": "~0.1.4",
+ "karma-mocha": "~0.1.6"
+ }
+}

Powered by Google App Engine
This is Rietveld 408576698