32 lines
805 B
JSON
32 lines
805 B
JSON
{
|
|
"name": "@angular/router",
|
|
"version": "3.0.0-beta.2",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"jsnext:main": "esm/index.js",
|
|
"keywords": [
|
|
"angular2",
|
|
"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#readme",
|
|
"peerDependencies": {
|
|
"@angular/core": "0.0.0-PLACEHOLDER",
|
|
"@angular/compiler": "0.0.0-PLACEHOLDER",
|
|
"@angular/common": "0.0.0-PLACEHOLDER",
|
|
"@angular/platform-browser": "0.0.0-PLACEHOLDER",
|
|
"@angular/platform-browser-dynamic": "0.0.0-PLACEHOLDER",
|
|
"rxjs": "5.0.0-beta.6"
|
|
},
|
|
"typings": "index.d.ts"
|
|
}
|