{
  "name": "@ngx-loading-bar/http-client",
  "version": "7.0.1",
  "description": "Automatic page loading / progress bar for Angular",
  "keywords": [
    "angular",
    "angular2",
    "ng",
    "ng2",
    "loading",
    "loadingbar",
    "progress",
    "progressbar"
  ],
  "repository": {
    "url": "https://github.com/aitboudad/ngx-loading-bar.git",
    "type": "git"
  },
  "license": "MIT",
  "dependencies": {
    "tslib": "^2.0.0"
  },
  "peerDependencies": {
    "@ngx-loading-bar/core": "7.0.1"
  },
  "module": "fesm2022/ngx-loading-bar-http-client.mjs",
  "typings": "index.d.ts",
  "exports": {
    "./package.json": {
      "default": "./package.json"
    },
    ".": {
      "types": "./index.d.ts",
      "esm2022": "./esm2022/ngx-loading-bar-http-client.mjs",
      "esm": "./esm2022/ngx-loading-bar-http-client.mjs",
      "default": "./fesm2022/ngx-loading-bar-http-client.mjs"
    }
  },
  "sideEffects": false
}