{
  "name": "angular-http-interceptor",
  "version": "2.0.1",
  "description": "A interceptor module to http calls",
  "main": "bundles/angular-http-interceptor.umd.js",
  "module": "index.js",
  "typings": "index.d.ts",
  "keywords": [
    "angular",
    "angular2",
    "angular 2",
    "interceptor",
    "http"
  ],
  "author": "Giovanni Silva",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/giovanni/angular-http-interceptor.git"
  },
  "homepage": "https://github.com/giovanni/angular-http-interceptor#readme",
  "bugs": {
    "url": "https://github.com/giovanni/angular-http-interceptor/issues"
  },
  "peerDependencies": {
    "@angular/core": ">=4.0.0 <6.0.0",
    "@angular/http": ">=4.0.0 <6.0.0",
    "rxjs": ">=5.0.0 < 6.0.0",
    "zone.js": ">=0.6.26 < 2.0.0"
  }
}
