{
  "name": "@bizappframework/ng-cache",
  "version": "7.1.0",
  "description": "Contains cache services for Angular app.",
  "keywords": [
    "angular",
    "angular-caching",
    "caching"
  ],
  "author": "BizAppFramework Team",
  "license": "MIT",
  "repository": "https://github.com/bizappframework/ng-cache.git",
  "dependencies": {
    "tslib": "^1.9.3"
  },
  "peerDependencies": {
    "@angular/common": "^6.0.0 || ^7.0.0",
    "@angular/core": "^6.0.0 || ^7.0.0",
    "rxjs": "^6.2.0"
  },
  "es2015": "esm2015/ng-cache.js",
  "esm2015": "esm2015/ng-cache.js",
  "typings": "ng-cache.d.ts",
  "esm5": "esm5/ng-cache.js",
  "module": "esm5/ng-cache.js",
  "fesm2015": "fesm2015/ng-cache.js",
  "fesm5": "fesm5/ng-cache.js",
  "main": "bundles/ng-cache.umd.js",
  "sideEffects": false
}