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

Side by Side Diff: package.json

Issue 1672563002: e2e test for transformer (webdriver + pub serve) (Closed) Base URL: git@github.com:dart-lang/dev_compiler.git@master
Patch Set: Created 4 years, 10 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 | « .travis.yml ('k') | pubspec.yaml » ('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": "dev_compiler", 2 "name": "dev_compiler",
3 "version": "0.1.17", 3 "version": "0.1.17",
4 "description": "Dart Development Compiler", 4 "description": "Dart Development Compiler",
5 "homepage": "https://github.com/dart-lang/dev_compiler", 5 "homepage": "https://github.com/dart-lang/dev_compiler",
6 "bugs": "https://github.com/dart-lang/dev_compiler/issues", 6 "bugs": "https://github.com/dart-lang/dev_compiler/issues",
7 "contributors": { 7 "contributors": {
8 "Dart Team": "dev-compiler@dartlang.org" 8 "Dart Team": "dev-compiler@dartlang.org"
9 }, 9 },
10 "repository": { 10 "repository": {
11 "type": "git", 11 "type": "git",
12 "url": "https://github.com/dart-lang/dev_compiler.git" 12 "url": "https://github.com/dart-lang/dev_compiler.git"
13 }, 13 },
14 "scripts": { 14 "scripts": {
15 "postinstall": "./node_modules/.bin/webdriver-manager update",
15 "test": "./node_modules/.bin/karma start --single-run" 16 "test": "./node_modules/.bin/karma start --single-run"
16 }, 17 },
17 "devDependencies": { 18 "devDependencies": {
18 "chai": "^2.2.0", 19 "chai": "^2.2.0",
19 "electron-prebuilt": "^0.36.0", 20 "electron-prebuilt": "^0.36.0",
20 "karma": "^0.12.31", 21 "karma": "^0.12.31",
21 "karma-chai": "^0.1.0", 22 "karma-chai": "^0.1.0",
22 "karma-chrome-launcher": "^0.1.8", 23 "karma-chrome-launcher": "^0.1.8",
23 "karma-electron-launcher": "^0.0.5", 24 "karma-electron-launcher": "^0.0.5",
24 "karma-mocha": "^0.1.10", 25 "karma-mocha": "^0.1.10",
25 "karma-requirejs": "^0.2.2", 26 "karma-requirejs": "^0.2.2",
26 "mocha": "^2.2.4", 27 "mocha": "^2.2.4",
27 "requirejs": "^2.1.17" 28 "requirejs": "^2.1.17",
29 "webdriver-manager": "8.0.0"
28 } 30 }
29 } 31 }
OLDNEW
« no previous file with comments | « .travis.yml ('k') | pubspec.yaml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698