angular-cn/modules/@angular/compiler_cli/package.json

39 lines
1.0 KiB
JSON
Raw Normal View History

{
"name": "@angular/compiler-cli",
"version": "$$ANGULAR_VERSION$$",
"description": "Execute angular2 template compiler in nodejs.",
"main": "index.js",
"typings": "index.d.ts",
"bin": {
"ngc": "./src/main.js"
},
"dependencies": {
"@angular/tsc-wrapped": "^0.1.0",
"reflect-metadata": "^0.1.2",
"parse5": "1.3.2"
},
"peerDependencies": {
"typescript": "^1.9.0-dev",
"@angular/compiler": "$$ANGULAR_VERSION$$",
"@angular/platform-server": "$$ANGULAR_VERSION$$",
"@angular/core": "$$ANGULAR_VERSION$$"
},
"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"
}