{
  "name": "ionic-cache",
  "version": "6.0.3",
  "description": "Ionic cache service - cache request, data, promises etc.",
  "peerDependencies": {
    "@angular/common": ">=9.0.0",
    "@angular/core": ">=9.0.0",
    "@ionic/storage-angular": ">=3"
  },
  "dependencies": {
    "tslib": "^2.0.0"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Nodonisko/ionic-cache.git"
  },
  "keywords": [
    "ionic",
    "cache",
    "ionic-cache",
    "angular2"
  ],
  "author": "Daniel Suchy",
  "contributors": [
    {
      "name": "Will Poulson",
      "email": "willpoulson44@gmail.com"
    }
  ],
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/Nodonisko/ionic-cache/issues"
  },
  "homepage": "https://github.com/Nodonisko/ionic-cache#readme",
  "main": "bundles/ionic-cache.umd.js",
  "module": "fesm2015/ionic-cache.js",
  "es2015": "fesm2015/ionic-cache.js",
  "esm2015": "esm2015/ionic-cache.js",
  "fesm2015": "fesm2015/ionic-cache.js",
  "typings": "ionic-cache.d.ts",
  "sideEffects": false
}