x-ng2-http-interceptor
Version:
Adds interception capability around angular http api
42 lines • 1.02 kB
JSON
{
"name": "x-ng2-http-interceptor",
"version": "0.15.0",
"description": "Adds interception capability around angular http api",
"keywords": [
"Angular",
"Http interceptor",
"Interceptor"
],
"main": "bundles/x-ng2-http-interceptor.umd.min.js",
"license": "MIT",
"config": {
"ghooks": {
"commit-msg": "validate-commit-msg"
},
"commitizen": {
"path": "node_modules/cz-conventional-changelog"
}
},
"release": {
"branch": "angular2"
},
"author": {
"name": "Ashok Koyi",
"url": "http://thekalinga.in"
},
"homepage": "https://github.com/1tontech/ngx-http-interceptor/tree/angular2",
"bugs": {
"url": "https://github.com/1tontech/ngx-http-interceptor/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/1tontech/ngx-http-interceptor.git"
},
"module": "index.js",
"typings": "index.d.ts",
"peerDependencies": {
"@angular/core": "^2.0.0",
"@angular/http": "^2.0.0",
"rxjs": "^5.0.0-beta.0"
}
}