ng2-interceptors
Version:
Angular2 interceptor service implementation
37 lines (36 loc) • 817 B
JSON
{
"name": "ng2-interceptors",
"version": "1.3.0-1",
"description": "Angular2 interceptor service implementation",
"keywords": [
"Angular 2",
"Interceptor"
],
"author": {
"name": "Víctor Oliva",
"email": "olivarra1@gmail.com"
},
"repository": {
"type": "git",
"url": "https://github.com/voliva/angular2-interceptors"
},
"main": "index.js",
"license": "ISC",
"scripts": {
"build": "rimraf lib && tsc -p src"
},
"peerDependencies": {
"@angular/core": "^2.4.0",
"@angular/http": "^2.4.0",
"rxjs": "^5.0.0"
},
"devDependencies": {
"@angular/common": "^2.4.0",
"@angular/core": "^2.4.0",
"@angular/http": "^2.4.0",
"@angular/platform-browser": "^2.4.0",
"rxjs": "^5.0.1",
"typescript": "^2.0.3",
"zone.js": "^0.7.2"
}
}