fe294f3753
There's some changes in strong mode errors we may want to follow up on. Unforks the following: async, collection, convert, core, developer, internal, io, isolate, math, mirrors. Does not unfork: html, indexed_db, js, js_util, svg, typed_data, web_audio, web_gl, web_sql. R=vsm@google.com Review-Url: https://codereview.chromium.org/2698353003 .
35 lines
1000 B
JSON
35 lines
1000 B
JSON
{
|
|
"name": "dev_compiler",
|
|
"version": "0.1.24",
|
|
"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": {
|
|
"postinstall": "./node_modules/.bin/webdriver-manager update",
|
|
"test": "./node_modules/.bin/karma start --single-run"
|
|
},
|
|
"devDependencies": {
|
|
"chai": "^2.2.0",
|
|
"electron-prebuilt": "^0.36.0",
|
|
"is_js": "^0.9.0",
|
|
"karma": "^1.5.0",
|
|
"karma-chai": "^0.1.0",
|
|
"karma-chrome-launcher": "^0.1.8",
|
|
"karma-electron-launcher": "^0.0.5",
|
|
"karma-firefox-launcher": "~0.1",
|
|
"karma-mocha": "^0.1.10",
|
|
"karma-requirejs": "^0.2.2",
|
|
"karma-safari-launcher": "^1.0.0",
|
|
"mocha": "^2.2.4",
|
|
"requirejs": "^2.1.17",
|
|
"webdriver-manager": "8.0.0"
|
|
}
|
|
}
|