koa-http-proxy-middleware
Version:
koa-http-proxy-middleware
19 lines (18 loc) • 394 B
JSON
{
"name": "examples",
"version": "1.0.0",
"description": "",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js"
},
"author": "",
"license": "ISC",
"dependencies": {
"https-proxy-agent": "^2.0.0",
"koa": "^2.3.0",
"koa-connect-history-api-fallback": "^0.3.1",
"koa-static": "^4.0.0"
}
}