https://github.com/angular/angular
Raw File
Tip revision: 018750154d730140e749a96f69797040a3121e90 authored by Igor Minar on 04 May 2018, 22:08:17 UTC
test: fix firebase deployment script test
Tip revision: 0187501
package.json
{
  "name": "@angular/router",
  "version": "0.0.0-PLACEHOLDER",
  "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/tree/master/packages/router",
  "dependencies": {
    "tslib": "^1.7.1"
  },
  "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