brest-endpoint-proxy
Version:
Proxying Brest endpoints to another Brest server
25 lines (24 loc) • 467 B
JSON
{
"name": "brest-endpoint-proxy",
"version": "0.0.3",
"author": {
"name": "Max Kitsch",
"email": "max.kitsch@gmail.com"
},
"description": "Proxying Brest endpoints to another Brest server",
"keywords": [
"api",
"app",
"brest",
"express",
"rest",
"restful",
"proxy"
],
"dependencies": {
"async": "^2.4.0",
"express-http-proxy": "^1.0.3",
"express-request-proxy": "^2.0.0",
"request": "^2.81.0"
}
}