monkey-proxy
Version:
fork of tootallnate's proxy, adding hooks for modifying requests
41 lines (40 loc) • 827 B
JSON
{
"name": "monkey-proxy",
"version": "1.2.0",
"description": "fork of tootallnate's proxy, adding hooks for modifying requests",
"main": "proxy.js",
"scripts": {
"test": "mocha --reporter spec"
},
"bin": "./bin/proxy",
"keywords": [
"http",
"https",
"proxy",
"connect",
"tunnel",
"squid",
"privoxy",
"apache",
"mod_proxy",
"via",
"x-forwarded-for"
],
"author": "Nathan Rajlich <nathan@tootallnate.net> (http://n8.io/)",
"repository": {
"type": "git",
"url": "git://github.com/bcoe/monkey-proxy.git"
},
"license": "MIT",
"dependencies": {
"async": "^0.9.0",
"basic-auth-parser": "0.0.2",
"chalk": "^0.5.1",
"commander": "2.2.0",
"debug": "0.8.0",
"once": "^1.3.1"
},
"devDependencies": {
"mocha": "1.18.2"
}
}