Files
sdk/pkg/dev_compiler/package.json
T
Vijay Menon 86ef3092a1 Run browser tests on Atom/Electron
Tested on travis here: https://travis-ci.org/dart-lang/dev_compiler/builds/96609818

Note, electron shows up in the log as: Chrome 47.0.2526

This fixes #395

R=ochafik@google.com

Review URL: https://codereview.chromium.org/1521283003 .
2015-12-14 06:25:12 -08:00

30 lines
800 B
JSON

{
"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",
"electron-prebuilt": "^0.36.0",
"karma": "^0.12.31",
"karma-chai": "^0.1.0",
"karma-chrome-launcher": "^0.1.8",
"karma-electron-launcher": "^0.0.5",
"karma-mocha": "^0.1.10",
"karma-requirejs": "^0.2.2",
"mocha": "^2.2.4",
"requirejs": "^2.1.17"
}
}