Files
angular-docs-cn/packages/router/package.json
T

33 lines
829 B
JSON
Raw 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",
"main": "./bundles/router.umd.js",
"module": "./esm5/router.js",
"es2015": "./esm2015/router.js",
"typings": "./router.d.ts",
2016-05-20 13:22:57 -07:00
"keywords": [
"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/tree/master/packages/router",
"dependencies": {
"tslib": "^1.7.1"
},
"peerDependencies": {
"@angular/core": "0.0.0-PLACEHOLDER",
"@angular/common": "0.0.0-PLACEHOLDER",
"@angular/platform-browser": "0.0.0-PLACEHOLDER",
2017-10-18 09:15:52 -07:00
"rxjs": "^5.5.0"
}
2016-05-20 14:43:07 -07:00
}