1
0
mirror of https://github.com/alibaba/anyproxy.git synced 2025-05-10 14:58:27 +00:00
This commit is contained in:
加里 2014-08-11 17:52:09 +08:00
parent df1bc9911a
commit e562d75817

@ -1,9 +1,11 @@
{
"name": "anyproxy",
"version": "0.1.1",
"version": "0.2.0",
"description": "https proxy over http",
"main": "proxy.js",
"bin": "bin.js",
"bin": {
"anyproxy":"bin.js"
},
"dependencies": {
"async": "~0.9.0",
"commander": "~2.3.0"