anyproxy/package.json
2014-11-14 17:26:49 +08:00

50 lines
1.1 KiB
JSON

{
"name": "anyproxy",
"version": "2.8.10",
"description": "A fully configurable proxy in NodeJS, which can handle HTTPS requests perfectly.",
"main": "proxy.js",
"bin": {
"anyproxy": "bin.js"
},
"dependencies": {
"async": "~0.9.0",
"async-task-mgr": "^1.0.1",
"colorful": "^2.1.0",
"commander": "~2.3.0",
"entities": "^1.1.1",
"express": "^4.8.5",
"juicer": "^0.6.6-stable",
"nedb": "^0.11.0",
"qrcode-npm": "0.0.3",
"stream-throttle": "^0.1.3",
"ws": "^0.4.32"
},
"devDependencies": {
"proxy-eval": "^1.1.0"
},
"scripts": {
"test": "node test.js"
},
"optionalDependencies": {
"underscore": "^1.7.0",
"cookie": "^0.1.2",
"mysql": "^2.5.2",
"iconv-lite": "^0.4.4",
"ip": "^0.3.2",
"jquery": "^2.1.1",
"jsdom": "^1.0.3",
"socks5-http-client": "^0.1.6",
"socks5-https-client": "^0.2.2",
"http-proxy-agent": "^0.2.6",
"https-proxy-agent": "^0.3.5",
"tcp-ping": "^0.1.1",
"request": "^2.48.0"
},
"repository": {
"type": "git",
"url": "https://github.com/alibaba/anyproxy"
},
"author": "ottomao@gmail.com",
"license": "ISC"
}