-
Notifications
You must be signed in to change notification settings - Fork 47
/
Copy pathpackage-dist.json
32 lines (32 loc) · 1.03 KB
/
package-dist.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
{
"name": "angular-crumbs",
"version": "3.0.1",
"description": "A route-based Angular breadcrumb component and service. Allows breadcrumb descriptions to be set based on route data, or as the result of an API call.",
"main": "bundles/angular-crumbs.umd.min.js",
"module": "index.js",
"typings": "index.d.ts",
"repository": {
"type": "git",
"url": "git+https://github.com/emilol/angular-crumbs.git"
},
"keywords": [
"angular",
"angular2",
"breadcrumb"
],
"author": "Emily Taylor",
"license": "MIT",
"bugs": {
"url": "https://github.com/emilol/angular-crumbs/issues"
},
"homepage": "https://github.com/emilol/angular-crumbs#readme",
"peerDependencies": {
"@angular/common": ">=2.0.0 <7.0.0",
"@angular/core": ">=2.0.0 <7.0.0",
"@angular/platform-browser": ">=2.0.0 <7.0.0",
"@angular/router": ">=2.0.0 <7.0.0",
"reflect-metadata": "^0.1.8",
"rxjs": ">=5.0.3",
"zone.js": "^0.8.12"
}
}