{
  "name": "ngx-api-utils",
  "version": "1.0.12",
  "author": "Radoslav Kirilov <rkirilow@gmail.com> (https://github.com/smoke)",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/ngx-api-utils/ngx-api-utils.git"
  },
  "keywords": [
    "ngx-api-utils",
    "angular",
    "http-api",
    "rest",
    "rest-api",
    "authentication",
    "jwt",
    "oauth2",
    "jwt-token",
    "oauth-token",
    "angular-service",
    "npm-package"
  ],
  "peerDependencies": {
    "@angular/common": "^6.0.0-rc.0 || ^6.0.0 || ^7.0.0 || ^8.0.0 || ^9.0.0 || ^10.0.0 || ^11.0.0 || ^12.0.0 || ^13.0.0 || ^14.0.0 || *",
    "@angular/core": "^6.0.0-rc.0 || ^6.0.0 || ^7.0.0 || ^8.0.0 || ^9.0.0 || ^10.0.0 || ^11.0.0 || ^12.0.0 || ^13.0.0 || ^14.0.0 || *",
    "@angular/router": "^6.0.0-rc.0 || ^6.0.0 || ^7.0.0 || ^8.0.0 || ^9.0.0 || ^10.0.0 || ^11.0.0 || ^12.0.0 || ^13.0.0 || ^14.0.0 || *",
    "rxjs": "^6.0.0-rc.0 || ^6.0.0 || ^7.0.0 || ^8.0.0 || *"
  },
  "main": "bundles/ngx-api-utils.umd.js",
  "module": "fesm2015/ngx-api-utils.js",
  "es2015": "fesm2015/ngx-api-utils.js",
  "esm2015": "esm2015/ngx-api-utils.js",
  "fesm2015": "fesm2015/ngx-api-utils.js",
  "typings": "ngx-api-utils.d.ts",
  "metadata": "ngx-api-utils.metadata.json",
  "sideEffects": false,
  "dependencies": {
    "tslib": "^2.2.0"
  }
}