2014-09-18 17:56:38 -04:00
|
|
|
{
|
|
|
|
"name": "angular",
|
|
|
|
"version": "0.0.0",
|
|
|
|
"description": "Angular",
|
|
|
|
"scripts": {
|
2014-09-19 17:55:37 -04:00
|
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
2014-09-18 17:56:38 -04:00
|
|
|
},
|
|
|
|
"author": "Tobias Bosch <tbosch@google.com>",
|
|
|
|
"license": "MIT",
|
|
|
|
"dependencies": {
|
2014-10-06 20:35:00 -04:00
|
|
|
"es6-module-loader": "^0.9.2",
|
|
|
|
"systemjs": "^0.9.1",
|
2014-10-08 16:15:38 -04:00
|
|
|
"angular-benchpress": "^0.1.3",
|
2014-09-18 17:56:38 -04:00
|
|
|
"gulp": "^3.8.8",
|
2014-11-04 19:37:28 -05:00
|
|
|
"gulp-changed": "^1.0.0",
|
2014-09-18 17:56:38 -04:00
|
|
|
"gulp-rename": "^1.2.0",
|
|
|
|
"gulp-watch": "^1.0.3",
|
2014-10-14 16:00:35 -04:00
|
|
|
"gulp-shell": "^0.2.10",
|
2014-09-29 17:20:23 -04:00
|
|
|
"karma-cli": "^0.0.4",
|
2014-09-25 17:04:46 -04:00
|
|
|
"karma": "^0.12.23",
|
|
|
|
"karma-chrome-launcher": "^0.1.4",
|
|
|
|
"karma-dart": "^0.2.8",
|
|
|
|
"karma-jasmine": "^0.2.2",
|
2014-10-08 16:15:38 -04:00
|
|
|
"merge": "^1.2.0",
|
2014-09-18 17:56:38 -04:00
|
|
|
"q": "^1.0.1",
|
|
|
|
"through2": "^0.6.1",
|
|
|
|
"event-stream": "^3.1.5",
|
|
|
|
"gulp-connect": "~1.0.5",
|
|
|
|
"gulp-rimraf": "^0.1.0",
|
|
|
|
"run-sequence": "^0.3.6",
|
|
|
|
"glob": "^4.0.6",
|
2014-09-25 17:04:46 -04:00
|
|
|
"gulp-ejs": "^0.3.1",
|
2014-11-06 18:31:17 -05:00
|
|
|
"traceur": "0.0.74"
|
2014-09-25 17:04:46 -04:00
|
|
|
}
|
2014-09-18 17:56:38 -04:00
|
|
|
}
|