mirror of
https://github.com/alibaba/anyproxy.git
synced 2025-04-20 04:44:21 +00:00
31 lines
719 B
JSON
31 lines
719 B
JSON
{
|
|
"name": "anyproxy",
|
|
"version": "2.4.1",
|
|
"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",
|
|
"iconv-lite": "^0.4.4",
|
|
"juicer": "^0.6.6-stable",
|
|
"nedb": "^0.11.0",
|
|
"ws": "^0.4.32",
|
|
"socks5-http-client": "^0.1.6",
|
|
"socks5-https-client": "^0.2.2"
|
|
},
|
|
"devDependencies": {},
|
|
"scripts": {
|
|
"test": "nodeunit test.js"
|
|
},
|
|
"repository": {},
|
|
"author": "ottomao@gmail.com",
|
|
"license": "ISC"
|
|
}
|