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

Unified Diff: package.json

Issue 1092213003: Automated runtime tests (Closed) Base URL: https://github.com/dart-lang/dev_compiler.git@master
Patch Set: Travis support Created 5 years, 8 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
« no previous file with comments | « karma.conf.js ('k') | test-main.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: package.json
diff --git a/package.json b/package.json
new file mode 100644
index 0000000000000000000000000000000000000000..cb9a155b86439ded57122036434806d366d11a01
--- /dev/null
+++ b/package.json
@@ -0,0 +1,27 @@
+{
+ "name": "dev_compiler",
+ "version": "0.1.0",
+ "description": "Dart Development Compiler",
+ "homepage": "https://github.com/dart-lang/dev_compiler",
+ "bugs": "https://github.com/dart-lang/dev_compiler/issues",
+ "contributors": {
+ "Dart Team": "dev-compiler@dartlang.org"
+ },
+ "repository": {
+ "type": "git",
+ "url": "https://github.com/dart-lang/dev_compiler.git"
+ },
+ "scripts": {
+ "test": "./node_modules/.bin/karma start --single-run"
+ },
+ "devDependencies": {
+ "chai": "^2.2.0",
+ "karma": "^0.12.31",
+ "karma-chai": "^0.1.0",
+ "karma-chrome-launcher": "^0.1.8",
+ "karma-mocha": "^0.1.10",
+ "karma-requirejs": "^0.2.2",
+ "mocha": "^2.2.4",
+ "requirejs": "^2.1.17"
+ }
+}
« no previous file with comments | « karma.conf.js ('k') | test-main.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698