mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
Major changes: - make API more reusable - format output nicely - only force gc if needed Regarding forcing gc: Forcing gc can change script execution time. We now don't force gc at first and ignore results where gc happens during script execution. When we ignored too many results, we switch to forcing gc. Closes #339
49 lines
1.2 KiB
JSON
49 lines
1.2 KiB
JSON
{
|
|
"name": "angular",
|
|
"version": "0.0.0",
|
|
"description": "Angular",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"author": "Tobias Bosch <tbosch@google.com>",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"protractor": "1.5.x",
|
|
"del": "~1",
|
|
"es6-module-loader": "^0.9.2",
|
|
"event-stream": "^3.1.5",
|
|
"glob": "^4.0.6",
|
|
"gulp-connect": "~1.0.5",
|
|
"karma": "^0.12.23",
|
|
"karma-chrome-launcher": "^0.1.4",
|
|
"karma-cli": "^0.0.4",
|
|
"karma-dart": "^0.2.8",
|
|
"karma-jasmine": "^0.2.2",
|
|
"merge": "^1.2.0",
|
|
"q": "^1.0.1",
|
|
"run-sequence": "^0.3.6",
|
|
"systemjs": "^0.9.1",
|
|
"through2": "^0.6.1",
|
|
"traceur": "0.0.74",
|
|
"which": "~1",
|
|
"zone.js": "0.3.0"
|
|
},
|
|
"devDependencies": {
|
|
"bower": "^1.3.12",
|
|
"canonical-path": "0.0.2",
|
|
"dgeni": "^0.4.1",
|
|
"dgeni-packages": "^0.10.7",
|
|
"gulp": "^3.8.8",
|
|
"gulp-changed": "^1.0.0",
|
|
"gulp-ejs": "^0.3.1",
|
|
"gulp-jasmine": "^1.0.1",
|
|
"gulp-load-plugins": "^0.7.1",
|
|
"gulp-rename": "^1.2.0",
|
|
"gulp-shell": "^0.2.10",
|
|
"gulp-webserver": "^0.8.7",
|
|
"angular": "1.3.5",
|
|
"minimatch": "^2.0.1",
|
|
"lodash": "^2.4.1",
|
|
"sprintf-js": "1.0.*"
|
|
}
|
|
}
|