ng-http-interceptor
Version:
> Http Interceptor library for Angular
38 lines • 841 B
JSON
{
"name": "ng-http-interceptor",
"version": "4.0.0",
"repository": {
"type": "git",
"url": "https://github.com/gund/ng-http-interceptor"
},
"author": {
"name": "Alex Malkevich",
"email": "malkevich.alex@gmail.com"
},
"keywords": [
"ng",
"ng2",
"angular",
"angular2",
"http",
"interceptor",
"library"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/gund/ng-http-interceptor/issues"
},
"main": "./bundles/ng-http-interceptor.umd.js",
"module": "./bundles/ng-http-interceptor.es5.js",
"es2015": "./bundles/ng-http-interceptor.es2015.js",
"typings": "./ng-http-interceptor.d.ts",
"peerDependencies": {
"@angular/core": "^5.0.0",
"@angular/http": "^5.0.0",
"rxjs": "^5.0.0",
"tslib": "^1.0.0"
},
"engines": {
"node": ">=6.0.0"
}
}