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",
|
2018-02-13 14:26:06 -05:00
|
|
|
"dependencies": {
|
2018-03-05 19:47:43 -05:00
|
|
|
"@bazel/typescript": "^0.11.1",
|
2018-02-13 14:26:06 -05:00
|
|
|
"@types/node": "6.0.84",
|
|
|
|
"@types/shelljs": "0.7.7",
|
|
|
|
"shelljs": "0.7.8",
|
|
|
|
"protobufjs": "5.0.0"
|
|
|
|
},
|
2017-08-16 12:02:20 -04:00
|
|
|
"peerDependencies": {
|
|
|
|
"@angular/compiler-cli": "0.0.0-PLACEHOLDER",
|
2018-05-08 16:37:54 -04:00
|
|
|
"typescript": ">=2.7.2 <2.9"
|
2017-08-16 12:02:20 -04:00
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/angular/angular.git"
|
2018-03-13 14:00:53 -04:00
|
|
|
},
|
|
|
|
"ng-update": {
|
|
|
|
"packageGroup": "NG_UPDATE_PACKAGE_GROUP"
|
2017-08-16 12:02:20 -04:00
|
|
|
}
|
2017-09-13 19:55:42 -04:00
|
|
|
}
|