Files
angular-docs-cn/modules/@angular/router/package.json
T

32 lines
805 B
JSON
Raw Normal View History

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