https://github.com/angular/angular
Raw File
Tip revision: d34f0bf573b40cc3960b86d3f29fa892c61e95b0 authored by Alex Rickabaugh on 01 December 2017, 22:55:51 UTC
docs: add changelog for 5.1.0-rc.1
Tip revision: d34f0bf
package.json
{
  "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",
    "typescript": ">=2.4.2 <2.6"
  },
  "dependencies": {
    "@bazel/typescript": "0.3.2",
    "@types/node": "6.0.84"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/angular/angular.git"
  }
}
back to top