2016-05-20 16:22:57 -04:00
|
|
|
{
|
2016-06-08 20:00:05 -04:00
|
|
|
"name": "@angular/router",
|
2016-06-30 17:58:59 -04:00
|
|
|
"version": "3.0.0-beta.2",
|
2016-05-20 16:22:57 -04:00
|
|
|
"description": "",
|
2016-06-21 13:35:42 -04:00
|
|
|
"main": "index.js",
|
|
|
|
"jsnext:main": "esm/index.js",
|
2016-05-20 16:22:57 -04:00
|
|
|
"keywords": [
|
|
|
|
"angular2",
|
|
|
|
"angular",
|
|
|
|
"router"
|
|
|
|
],
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2016-06-20 14:48:08 -04:00
|
|
|
"url": "git+https://github.com/angular/angular.git"
|
2016-05-20 16:22:57 -04:00
|
|
|
},
|
2016-06-21 13:35:42 -04:00
|
|
|
"author": "angular",
|
2016-05-20 16:22:57 -04:00
|
|
|
"license": "MIT",
|
|
|
|
"bugs": {
|
2016-06-20 14:48:08 -04:00
|
|
|
"url": "https://github.com/angular/angular/issues"
|
2016-05-20 16:22:57 -04:00
|
|
|
},
|
2016-06-20 14:48:08 -04:00
|
|
|
"homepage": "https://github.com/angular/angular#readme",
|
2016-06-21 13:35:42 -04:00
|
|
|
"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",
|
2016-05-20 16:22:57 -04:00
|
|
|
"rxjs": "5.0.0-beta.6"
|
|
|
|
},
|
2016-06-21 13:35:42 -04:00
|
|
|
"typings": "index.d.ts"
|
2016-05-20 17:43:07 -04:00
|
|
|
}
|