mirror of
https://github.com/alibaba/anyproxy.git
synced 2025-04-21 13:24:20 +00:00
28 lines
603 B
JSON
28 lines
603 B
JSON
{
|
|
"name": "anyproxy",
|
|
"version": "1.2.2",
|
|
"description": "another proxy written in NODEJS, which can handle HTTPS requests and CROS 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"
|
|
},
|
|
"devDependencies": {
|
|
"tunnel": "0.0.3"
|
|
},
|
|
"scripts": {
|
|
"test": "nodeunit test.js"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/alipay-ct-wd"
|
|
},
|
|
"author": "alipay-sh-wd@list.alibaba-inc.com",
|
|
"license": "ISC"
|
|
}
|