2017-08-16 12:02:20 -04:00
|
|
|
{
|
|
|
|
"name": "@angular/bazel",
|
|
|
|
"version": "0.0.0-PLACEHOLDER",
|
|
|
|
"description": "Angular - bazel build rules",
|
|
|
|
"author": "angular",
|
|
|
|
"license": "MIT",
|
|
|
|
"peerDependencies": {
|
|
|
|
"@angular/compiler-cli": "0.0.0-PLACEHOLDER",
|
2017-11-02 15:15:47 -04:00
|
|
|
"typescript": ">=2.4.2 <2.6"
|
2017-08-16 12:02:20 -04:00
|
|
|
},
|
2017-08-28 19:16:42 -04:00
|
|
|
"dependencies": {
|
2017-11-14 14:29:16 -05:00
|
|
|
"@bazel/typescript": "0.3.2",
|
2017-09-13 19:55:42 -04:00
|
|
|
"@types/node": "6.0.84"
|
2017-08-28 19:16:42 -04:00
|
|
|
},
|
2017-08-16 12:02:20 -04:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/angular/angular.git"
|
|
|
|
}
|
2017-09-13 19:55:42 -04:00
|
|
|
}
|