{
  "name": "@ngx-progressbar/http",
  "version": "5.3.2",
  "description": "A nanoscopic progress bar. Featuring realistic trickle animations to convince your users that something is happening!",
  "private": false,
  "homepage": "http://github.com/murhafsousli/ngx-progressbar",
  "author": {
    "name": "Murhaf Sousli",
    "url": "http://github.com/murhafsousli"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/murhafsousli/ngx-progressbar.git"
  },
  "keywords": [
    "angular",
    "progress",
    "progressbar",
    "loading",
    "http",
    "xhr",
    "interceptors",
    "loader",
    "slim",
    "youtube",
    "medium",
    "github"
  ],
  "bugs": {
    "url": "http://github.com/murhafsousli/ngx-progressbar/issues"
  },
  "license": "MIT",
  "peerDependencies": {
    "@angular/common": ">=6.0.0",
    "@angular/core": ">=6.0.0",
    "rxjs": ">=6.0.0",
    "@ngx-progressbar/core": "5.3.2"
  },
  "main": "bundles/ngx-progressbar-http.umd.js",
  "module": "fesm5/ngx-progressbar-http.js",
  "es2015": "fesm2015/ngx-progressbar-http.js",
  "esm5": "esm5/ngx-progressbar-http.js",
  "esm2015": "esm2015/ngx-progressbar-http.js",
  "fesm5": "fesm5/ngx-progressbar-http.js",
  "fesm2015": "fesm2015/ngx-progressbar-http.js",
  "typings": "ngx-progressbar-http.d.ts",
  "metadata": "ngx-progressbar-http.metadata.json",
  "sideEffects": false,
  "dependencies": {
    "tslib": "^1.9.0"
  }
}
