| OLD | NEW |
| 1 { | 1 { |
| 2 "name": "dev_compiler", | 2 "name": "dev_compiler", |
| 3 "version": "0.1.24", | 3 "version": "0.1.24", |
| 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 "postinstall": "./node_modules/.bin/webdriver-manager update", |
| 16 "test": "./node_modules/.bin/karma start --single-run" | 16 "test": "./node_modules/.bin/karma start --single-run" |
| 17 }, | 17 }, |
| 18 "devDependencies": { | 18 "devDependencies": { |
| 19 "chai": "^2.2.0", | 19 "chai": "^2.2.0", |
| 20 "electron-prebuilt": "^0.36.0", | 20 "electron-prebuilt": "^0.36.0", |
| 21 "is_js": "^0.9.0", |
| 21 "karma": "^0.12.31", | 22 "karma": "^0.12.31", |
| 22 "karma-chai": "^0.1.0", | 23 "karma-chai": "^0.1.0", |
| 23 "karma-chrome-launcher": "^0.1.8", | 24 "karma-chrome-launcher": "^0.1.8", |
| 24 "karma-electron-launcher": "^0.0.5", | 25 "karma-electron-launcher": "^0.0.5", |
| 25 "karma-firefox-launcher": "~0.1", | 26 "karma-firefox-launcher": "~0.1", |
| 26 "karma-mocha": "^0.1.10", | 27 "karma-mocha": "^0.1.10", |
| 27 "karma-requirejs": "^0.2.2", | 28 "karma-requirejs": "^0.2.2", |
| 28 "karma-safari-launcher": "^1.0.0", | 29 "karma-safari-launcher": "^1.0.0", |
| 29 "mocha": "^2.2.4", | 30 "mocha": "^2.2.4", |
| 30 "requirejs": "^2.1.17", | 31 "requirejs": "^2.1.17", |
| 31 "webdriver-manager": "8.0.0" | 32 "webdriver-manager": "8.0.0" |
| 32 } | 33 } |
| 33 } | 34 } |
| OLD | NEW |