angular-cn/modules/@angular/router/package.json

30 lines
770 B
JSON
Raw Normal View History

{
"name": "@angular/router",
2016-08-09 13:25:39 -04:00
"version": "3.0.0-rc.1",
"description": "Angular - the routing library",
"main": "bundles/router.umd.js",
"module": "index.js",
"typings": "index.d.ts",
"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"
},
2016-08-09 13:25:39 -04:00
"homepage": "https://github.com/angular/angular/blob/master/modules/%40angular/router/README.md",
"peerDependencies": {
"@angular/core": "0.0.0-PLACEHOLDER",
"@angular/common": "0.0.0-PLACEHOLDER",
"@angular/platform-browser": "0.0.0-PLACEHOLDER",
"rxjs": "5.0.0-beta.12"
}
}