ndps
Version:
A dynamic proxy server of nodeJS
40 lines (39 loc) • 898 B
JSON
{
"name": "ndps",
"version": "2.1.1",
"description": "A dynamic proxy server of nodeJS",
"main": "ndps.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/CN-Tower/ndps.git"
},
"keywords": [
"ndps",
"proxy",
"http",
"https",
"http-proxy",
"https-proxy",
"nodejs-http-proxy",
"nodejs-https-proxy",
"proxy-server",
"dynamic-proxy",
"dynamic-http-proxy",
"dynamic-proxy-server",
"nodejs-dynamic-proxy-server"
],
"author": "CN-Tower",
"license": "ISC",
"bugs": {
"url": "https://github.com/CN-Tower/ndps/issues"
},
"homepage": "https://github.com/CN-Tower/ndps#readme",
"dependencies": {
"funclib": "^3.5.7",
"http-proxy": "^1.16.2"
}
}