Files
angular-docs-cn/tools/@angular/tsc-wrapped/package.json
T

20 lines
572 B
JSON
Raw Normal View History

{
2016-05-24 10:53:48 -07:00
"name": "@angular/tsc-wrapped",
2016-08-09 09:33:17 -07:00
"version": "0.2.2",
2016-05-24 10:53:48 -07:00
"description": "Wraps the tsc CLI, allowing extensions.",
"homepage": "https://github.com/angular/angular/tree/master/tools/tsc-wrapped",
"bugs": "https://github.com/angular/angular/issues",
"contributors": [
2016-05-24 10:53:48 -07:00
"Alex Eagle <alexeagle@google.com>",
"Chuck Jazdzewski <chuckj@google.com>"
],
"license": "MIT",
"repository": {"type":"git","url":"https://github.com/angular/angular.git"},
2016-05-24 10:53:48 -07:00
"dependencies": {
2016-06-15 06:58:57 -07:00
"tsickle": "0.1.6"
2016-05-24 10:53:48 -07:00
},
"peerDependencies": {
2016-05-24 10:53:48 -07:00
"typescript": "^1.9.0-dev"
}
}