https://github.com/angular/angular
Raw File
Tip revision: 2d78c8cc05514e278a7e8bbda681ba076a1958cb authored by Chuck Jazdzewski on 17 March 2017, 17:18:16 UTC
docs: add changelog for 4.0.0-rc.5
Tip revision: 2d78c8c
package.json
{
  "name": "@angular/router",
  "version": "0.0.0-ROUTERPLACEHOLDER",
  "description": "Angular - the routing library",
  "main": "./bundles/router.umd.js",
  "module": "./@angular/router.es5.js",
  "es2015": "./@angular/router.js",
  "typings": "./router.d.ts",
  "keywords": [
    "angular",
    "router"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/angular/angular.git"
  },
  "author": "angular",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/angular/angular/issues"
  },
  "homepage": "https://github.com/angular/angular/blob/master/modules/%40angular/router/README.md",
  "peerDependencies": {
    "@angular/core": "0.0.0-PLACEHOLDER",
    "@angular/common": "0.0.0-PLACEHOLDER",
    "@angular/platform-browser": "0.0.0-PLACEHOLDER",
    "rxjs": "^5.0.1"
  }
}
back to top