2016-05-20 16:22:57 -04:00
|
|
|
{
|
2016-06-08 20:00:05 -04:00
|
|
|
"name": "@angular/router",
|
2017-05-30 16:19:54 -04:00
|
|
|
"version": "0.0.0-PLACEHOLDER",
|
2016-09-14 19:44:39 -04:00
|
|
|
"description": "Angular - the routing library",
|
2017-01-27 20:39:48 -05:00
|
|
|
"main": "./bundles/router.umd.js",
|
2017-08-02 22:15:30 -04:00
|
|
|
"module": "./esm5/index.js",
|
|
|
|
"es2015": "./esm15/index.js",
|
|
|
|
"typings": "./index.d.ts",
|
2016-05-20 16:22:57 -04:00
|
|
|
"keywords": [
|
|
|
|
"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
|
|
|
},
|
2017-07-11 15:00:56 -04:00
|
|
|
"homepage": "https://github.com/angular/angular/tree/master/packages/router",
|
2017-05-23 16:01:39 -04:00
|
|
|
"dependencies": {
|
|
|
|
"tslib": "^1.7.1"
|
|
|
|
},
|
2016-06-21 13:35:42 -04:00
|
|
|
"peerDependencies": {
|
|
|
|
"@angular/core": "0.0.0-PLACEHOLDER",
|
|
|
|
"@angular/common": "0.0.0-PLACEHOLDER",
|
2016-11-16 12:17:19 -05:00
|
|
|
"@angular/platform-browser": "0.0.0-PLACEHOLDER",
|
2016-12-18 19:24:50 -05:00
|
|
|
"rxjs": "^5.0.1"
|
2016-08-30 21:07:40 -04:00
|
|
|
}
|
2016-05-20 17:43:07 -04:00
|
|
|
}
|