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-05-25 18:34:43 -04:00
|
|
|
"@angular/tsc-wrapped": "^0.1.0",
|
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",
|
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-06-02 14:33:53 -04:00
|
|
|
"homepage": "https://github.com/angular/angular/tree/master/tools/compiler-cli"
|
2016-04-29 13:35:36 -04:00
|
|
|
}
|