http-rewrite-proxy
Version:
Simple HTTP proxy rewriting server responses and serving on host.
33 lines (32 loc) • 754 B
JSON
{
"name": "http-rewrite-proxy",
"version": "1.2.2",
"description": "Simple HTTP proxy rewriting server responses and serving on host.",
"bin": {
"http-rewrite-proxy": "./index.js"
},
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/adaptdk/http-rewrite-proxy.git"
},
"keywords": [
"http",
"rewrite",
"proxy",
"middleman"
],
"author": "Adapt A/S",
"license": "ISC",
"bugs": {
"url": "https://github.com/adaptdk/http-rewrite-proxy/issues"
},
"homepage": "https://github.com/adaptdk/http-rewrite-proxy#readme",
"dependencies": {
"follow-redirects": "0.0.7",
"http": "0.0.0",
"minimist": "1.2.0",
"npmlog": "1.2.1",
"through": "2.3.8"
}
}