mirror of
https://github.com/alibaba/anyproxy.git
synced 2025-04-21 12:14:20 +00:00
18 lines
360 B
JSON
18 lines
360 B
JSON
{
|
|
"name": "anyproxy",
|
|
"version": "0.1.1",
|
|
"description": "https proxy over http",
|
|
"main": "proxy.js",
|
|
"bin": "bin.js",
|
|
"dependencies": {
|
|
"async": "~0.9.0",
|
|
"commander": "~2.3.0"
|
|
},
|
|
"devDependencies": {},
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"author": "ottomao@gmail.com",
|
|
"license": "ISC"
|
|
}
|