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-10-18 13:45:54 -04:00
|
|
|
"typescript": ">=2.4.2 <2.5"
|
2017-08-16 12:02:20 -04:00
|
|
|
},
|
2017-08-28 19:16:42 -04:00
|
|
|
"dependencies": {
|
2017-09-25 15:40:22 -04:00
|
|
|
"@bazel/typescript": "0.2.x",
|
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
|
|
|
}
|