2016-04-29 17:35:36 +00:00
|
|
|
{
|
2016-05-03 17:50:55 +00:00
|
|
|
"name": "@angular/compiler-cli",
|
2016-05-27 23:17:16 +00:00
|
|
|
"version": "0.0.0-PLACEHOLDER",
|
2016-09-14 23:44:39 +00:00
|
|
|
"description": "Angular - the compiler CLI for Node.js",
|
2016-04-29 17:35:36 +00:00
|
|
|
"main": "index.js",
|
2017-03-02 21:54:35 +00:00
|
|
|
"typings": "index.d.ts",
|
2016-04-29 17:35:36 +00:00
|
|
|
"bin": {
|
2016-06-01 21:58:11 +00:00
|
|
|
"ngc": "./src/main.js",
|
|
|
|
|
"ng-xi18n": "./src/extract_i18n.js"
|
2016-04-29 17:35:36 +00:00
|
|
|
},
|
|
|
|
|
"dependencies": {
|
2017-08-09 23:04:57 +00:00
|
|
|
"@angular/tsc-wrapped": "5.0.0-beta.3",
|
2016-04-29 17:35:36 +00:00
|
|
|
"reflect-metadata": "^0.1.2",
|
2017-08-02 18:20:07 +00:00
|
|
|
"minimist": "^1.2.0",
|
|
|
|
|
"tsickle": "^0.23.4"
|
2016-04-29 17:35:36 +00:00
|
|
|
},
|
|
|
|
|
"peerDependencies": {
|
2016-08-30 21:42:33 +00:00
|
|
|
"typescript": "^2.0.2",
|
2016-05-27 23:17:16 +00:00
|
|
|
"@angular/compiler": "0.0.0-PLACEHOLDER",
|
|
|
|
|
"@angular/core": "0.0.0-PLACEHOLDER"
|
2016-04-29 17:35:36 +00: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"
|
|
|
|
|
},
|
2017-03-07 19:04:30 +00:00
|
|
|
"homepage": "https://github.com/angular/angular/tree/master/packages/compiler-cli"
|
2016-04-29 17:35:36 +00:00
|
|
|
}
|