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

32 lines
805 B
JSON
Raw Normal View History

{
"name": "@angular/router",
2016-06-30 17:58:59 -04:00
"version": "3.0.0-beta.2",
"description": "",
"main": "index.js",
"jsnext:main": "esm/index.js",
"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"
},
"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",
"rxjs": "5.0.0-beta.6"
},
"typings": "index.d.ts"
}