2016-04-29 13:35:36 -04:00
|
|
|
{
|
2016-05-03 13:50:55 -04:00
|
|
|
"name": "@angular/compiler-cli",
|
|
|
|
"version": "0.2.0",
|
2016-04-29 13:35:36 -04:00
|
|
|
"description": "Execute angular2 template compiler in nodejs.",
|
|
|
|
"main": "index.js",
|
|
|
|
"typings": "index.d.ts",
|
|
|
|
"bin": {
|
2016-05-03 13:50:55 -04:00
|
|
|
"ngc": "./main.js"
|
2016-04-29 13:35:36 -04:00
|
|
|
},
|
|
|
|
"dependencies": {
|
|
|
|
"ts-metadata-collector": "^0.1.0",
|
2016-05-01 14:22:39 -04:00
|
|
|
"tsickle": "^0.1.2",
|
2016-04-29 13:35:36 -04:00
|
|
|
"reflect-metadata": "^0.1.2",
|
|
|
|
"parse5": "1.3.2"
|
|
|
|
},
|
|
|
|
"peerDependencies": {
|
2016-05-03 13:50:55 -04:00
|
|
|
"typescript": "^1.9.0-dev",
|
|
|
|
"@angular/compiler": "^2.0.0-rc",
|
|
|
|
"@angular/platform-server": "^2.0.0-rc",
|
|
|
|
"@angular/core": "^2.0.0-rc"
|
2016-04-29 13:35:36 -04:00
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/angular/angular.git"
|
|
|
|
},
|
|
|
|
"keywords": [
|
|
|
|
"angular",
|
|
|
|
"compiler"
|
|
|
|
],
|
|
|
|
"contributors": [
|
|
|
|
"Tobias Bosch <tbosch@google.com> (https://angular.io/)",
|
|
|
|
"Alex Eagle <alexeagle@google.com> (https://angular.io/)"
|
|
|
|
],
|
|
|
|
"license": "MIT",
|
|
|
|
"bugs": {
|
|
|
|
"url": "https://github.com/angular/angular/issues"
|
|
|
|
},
|
|
|
|
"homepage": "https://github.com/angular/angular/tree/master/tools/compiler_cli"
|
|
|
|
}
|