anyproxy/package.json

51 lines
1.2 KiB
JSON
Raw Normal View History

2014-08-08 16:30:53 +08:00
{
2014-08-11 16:43:14 +08:00
"name": "anyproxy",
2014-11-24 16:35:59 +08:00
"version": "2.8.12",
"description": "A fully configurable proxy in NodeJS, which can handle HTTPS requests perfectly.",
2014-08-11 16:43:14 +08:00
"main": "proxy.js",
2014-08-11 17:52:09 +08:00
"bin": {
2014-08-13 11:51:39 +08:00
"anyproxy": "bin.js"
2014-08-11 17:52:09 +08:00
},
2014-08-08 16:30:53 +08:00
"dependencies": {
2014-08-09 14:37:44 +08:00
"async": "~0.9.0",
2014-08-13 17:30:16 +08:00
"async-task-mgr": "^1.0.1",
2014-08-13 11:51:39 +08:00
"colorful": "^2.1.0",
2014-08-22 23:49:46 +08:00
"commander": "~2.3.0",
2014-08-27 17:42:42 +08:00
"entities": "^1.1.1",
"express": "^4.8.5",
2014-09-11 10:22:08 +08:00
"juicer": "^0.6.6-stable",
2014-08-27 17:42:42 +08:00
"nedb": "^0.11.0",
2014-10-21 11:18:55 +08:00
"qrcode-npm": "0.0.3",
2014-10-29 16:20:18 +08:00
"stream-throttle": "^0.1.3",
2014-11-10 15:08:50 +08:00
"ws": "^0.4.32"
2014-08-19 15:31:28 +08:00
},
2014-11-14 17:26:49 +08:00
"devDependencies": {
"proxy-eval": "^1.1.0"
},
2014-08-08 16:30:53 +08:00
"scripts": {
2014-11-14 17:26:49 +08:00
"test": "node test.js"
2014-08-14 22:58:30 +08:00
},
2014-11-14 17:26:49 +08:00
"optionalDependencies": {
"underscore": "^1.7.0",
"cookie": "^0.1.2",
"mysql": "^2.5.2",
2014-11-10 15:08:50 +08:00
"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",
2014-11-12 14:28:20 +08:00
"https-proxy-agent":"^0.3.5",
2014-11-13 11:32:59 +08:00
"tcp-ping":"^0.1.1",
2014-11-14 17:28:49 +08:00
"request":"^2.48.0",
"moment":"^2.8.3"
2014-11-10 15:08:50 +08:00
},
2014-10-31 18:51:24 +08:00
"repository": {
2014-11-14 17:26:49 +08:00
"type": "git",
"url": "https://github.com/alibaba/anyproxy"
2014-10-31 18:51:24 +08:00
},
2014-09-09 10:53:53 +08:00
"author": "ottomao@gmail.com",
2014-08-08 16:30:53 +08:00
"license": "ISC"
}