mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
33 lines
849 B
JSON
33 lines
849 B
JSON
{
|
|
"name": "@angular/router",
|
|
"version": "6.0.0-beta.2-8c5c0dac1",
|
|
"description": "Angular - the routing library",
|
|
"main": "./bundles/router.umd.js",
|
|
"module": "./esm5/router.js",
|
|
"es2015": "./esm2015/router.js",
|
|
"typings": "./router.d.ts",
|
|
"keywords": [
|
|
"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/tree/master/packages/router",
|
|
"dependencies": {
|
|
"tslib": "^1.7.1"
|
|
},
|
|
"peerDependencies": {
|
|
"@angular/core": "6.0.0-beta.2-8c5c0dac1",
|
|
"@angular/common": "6.0.0-beta.2-8c5c0dac1",
|
|
"@angular/platform-browser": "6.0.0-beta.2-8c5c0dac1",
|
|
"rxjs": "^5.5.0"
|
|
}
|
|
}
|