throttle-proxy
Version:
Throttle HTTP/HTTPS/SOCKS proxy server
33 lines (32 loc) • 674 B
JSON
{
"name": "throttle-proxy",
"version": "2.3.1",
"description": "Throttle HTTP/HTTPS/SOCKS proxy server",
"main": "lib/proxy.js",
"bin": {
"throttle-proxy": "./bin/throttle-proxy"
},
"repository": {
"type": "git",
"url": "git://github.com/mistakster/throttle-proxy.git"
},
"keywords": [
"throttle",
"proxy",
"server",
"traffic",
"shaper",
"shape",
"socks",
"https"
],
"dependencies": {
"commander": "^2.15.1",
"debug": "2",
"socks-handler": "^0.2.1",
"stream-parser": "^0.3.1"
},
"author": "Vladimir Kuznetsov <mistakster@gmail.com>",
"license": "MIT",
"readmeFilename": "README.md"
}