{
    "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"
    }
}