anyproxy/package.json
2015-02-10 15:30:39 +08:00

38 lines
850 B
JSON

{
"name": "anyproxy",
"version": "3.2.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.1.0",
"colorful": "^2.1.0",
"commander": "~2.3.0",
"ent": "^2.2.0",
"express": "^4.8.5",
"iconv-lite": "^0.4.6",
"ip": "^0.3.2",
"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.1"
},
"scripts": {
"test": "node test.js"
},
"optionalDependencies": {},
"repository": {
"type": "git",
"url": "https://github.com/alibaba/anyproxy"
},
"author": "ottomao@gmail.com",
"license": "ISC"
}