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

20 lines
575 B
JSON
Raw Normal View History

{
2016-05-24 10:53:48 -07:00
"name": "@angular/tsc-wrapped",
2017-05-19 15:54:52 -07:00
"version": "4.2.0-rc.0",
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": {
2017-01-24 09:00:29 -08:00
"tsickle": "^0.21.0"
2016-05-24 10:53:48 -07:00
},
"peerDependencies": {
2017-01-24 09:00:29 -08:00
"typescript": "^2.1.5"
}
}