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

Side by Side 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 unified diff | Download patch
« no previous file with comments | « karma.conf.js ('k') | test-main.js » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 {
2 "name": "dev_compiler",
3 "version": "0.1.0",
4 "description": "Dart Development Compiler",
5 "homepage": "https://github.com/dart-lang/dev_compiler",
6 "bugs": "https://github.com/dart-lang/dev_compiler/issues",
7 "contributors": {
8 "Dart Team": "dev-compiler@dartlang.org"
9 },
10 "repository": {
11 "type": "git",
12 "url": "https://github.com/dart-lang/dev_compiler.git"
13 },
14 "scripts": {
15 "test": "./node_modules/.bin/karma start --single-run"
16 },
17 "devDependencies": {
18 "chai": "^2.2.0",
19 "karma": "^0.12.31",
20 "karma-chai": "^0.1.0",
21 "karma-chrome-launcher": "^0.1.8",
22 "karma-mocha": "^0.1.10",
23 "karma-requirejs": "^0.2.2",
24 "mocha": "^2.2.4",
25 "requirejs": "^2.1.17"
26 }
27 }
OLDNEW
« 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