Files

37 lines
906 B
JSON
Raw Permalink Normal View History

2016-05-20 13:22:57 -07:00
{
"name": "@angular/router",
"version": "0.0.0-PLACEHOLDER",
2016-09-14 16:44:39 -07:00
"description": "Angular - the routing library",
2016-05-20 13:22:57 -07:00
"keywords": [
"angular",
"router"
],
"repository": {
"type": "git",
"url": "git+https://github.com/angular/angular.git",
"directory": "packages/router"
2016-05-20 13:22:57 -07:00
},
"author": "angular",
2016-05-20 13:22:57 -07:00
"license": "MIT",
"bugs": {
"url": "https://github.com/angular/angular/issues"
2016-05-20 13:22:57 -07:00
},
"homepage": "https://github.com/angular/angular/tree/master/packages/router",
"dependencies": {
"tslib": "^2.1.0"
},
"peerDependencies": {
"@angular/core": "0.0.0-PLACEHOLDER",
"@angular/common": "0.0.0-PLACEHOLDER",
"@angular/platform-browser": "0.0.0-PLACEHOLDER",
"rxjs": "^6.5.3"
},
"ng-update": {
"packageGroup": "NG_UPDATE_PACKAGE_GROUP"
},
"sideEffects": false,
"publishConfig":{
"registry":"https://wombat-dressing-room.appspot.com"
}
2016-05-20 14:43:07 -07:00
}