2016-04-29 13:35:36 -04:00
|
|
|
{
|
2016-05-03 13:50:55 -04:00
|
|
|
"name": "@angular/compiler-cli",
|
2016-05-27 19:17:16 -04:00
|
|
|
"version": "0.0.0-PLACEHOLDER",
|
2016-04-29 13:35:36 -04:00
|
|
|
"description": "Execute angular2 template compiler in nodejs.",
|
|
|
|
"main": "index.js",
|
|
|
|
"typings": "index.d.ts",
|
|
|
|
"bin": {
|
2016-06-01 17:58:11 -04:00
|
|
|
"ngc": "./src/main.js",
|
|
|
|
"ng-xi18n": "./src/extract_i18n.js"
|
2016-04-29 13:35:36 -04:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2016-08-16 22:40:25 -04:00
|
|
|
"@angular/tsc-wrapped": "^0.2.2",
|
2016-04-29 13:35:36 -04:00
|
|
|
"reflect-metadata": "^0.1.2",
|
2016-06-23 11:56:10 -04:00
|
|
|
"parse5": "1.3.2",
|
|
|
|
"minimist": "^1.2.0"
|
2016-04-29 13:35:36 -04:00
|
|
|
},
|
|
|
|
"peerDependencies": {
|
2016-05-03 13:50:55 -04:00
|
|
|
"typescript": "^1.9.0-dev",
|
2016-05-27 19:17:16 -04:00
|
|
|
"@angular/compiler": "0.0.0-PLACEHOLDER",
|
|
|
|
"@angular/platform-server": "0.0.0-PLACEHOLDER",
|
|
|
|
"@angular/core": "0.0.0-PLACEHOLDER"
|
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"
|
|
|
|
},
|
2016-07-07 11:43:53 -04:00
|
|
|
"homepage": "https://github.com/angular/angular/tree/master/modules/@angular/compiler-cli"
|
2016-04-29 13:35:36 -04:00
|
|
|
}
|