ngx-http-configure
Version:
Angular (6+) helpers for configure HTTP interceptors and services.
71 lines (70 loc) • 1.99 kB
JSON
{
"name": "ngx-http-configure",
"version": "1.0.10",
"description": "Angular (6+) helpers for configure HTTP interceptors and services.",
"keywords": [
"Angular",
"Angular5",
"Angular6",
"Angular5+",
"Library",
"Http",
"Interceptors",
"Configure"
],
"repository": {
"type": "git",
"url": "https://github.com/drivas/ngx-http-configure.git"
},
"author": {
"name": "Danier Rivas",
"email": "d_rivas@outlook.com"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/drivas/ngx-http-configure/issues"
},
"homepage": "https://github.com/drivas/ngx-http-configure",
"peerDependencies": {
"@angular/common": ">=6.x",
"@angular/core": ">=6.x"
},
"devDependencies": {
"@angular-builders/jest": "~8.3.2",
"@angular-devkit/build-angular": "~0.800.0",
"@angular-devkit/build-ng-packagr": "~0.800.0",
"@angular/cli": "~8.0.0",
"@angular/common": "~8.0.0",
"@angular/compiler": "~8.0.0",
"@angular/compiler-cli": "~8.0.0",
"@angular/core": "~8.0.0",
"@angular/language-service": "~8.0.0",
"@angular/platform-browser": "~8.0.0",
"@angular/platform-browser-dynamic": "~8.0.0",
"@types/jest": "~25.1.4",
"@types/node": "~8.9.4",
"codelyzer": "~5.0.0",
"jest": "~24.9.0",
"ng-packagr": "~5.2.0",
"rxjs": "~6.4.0",
"ts-node": "~7.0.0",
"tsickle": "~0.35.0",
"tslib": "~1.9.0",
"tslint": "~5.15.0",
"typescript": "~3.4.3",
"zone.js": "~0.9.1"
},
"main": "bundles/ngx-http-configure.umd.js",
"module": "fesm5/ngx-http-configure.js",
"es2015": "fesm2015/ngx-http-configure.js",
"esm5": "esm5/ngx-http-configure.js",
"esm2015": "esm2015/ngx-http-configure.js",
"fesm5": "fesm5/ngx-http-configure.js",
"fesm2015": "fesm2015/ngx-http-configure.js",
"typings": "ngx-http-configure.d.ts",
"metadata": "ngx-http-configure.metadata.json",
"sideEffects": false,
"dependencies": {
"tslib": "^1.9.0"
}
}