mirror of
https://github.com/alibaba/anyproxy.git
synced 2025-06-23 11:48:21 +00:00
add bin
This commit is contained in:
parent
df1bc9911a
commit
e562d75817
@ -1,9 +1,11 @@
|
|||||||
{
|
{
|
||||||
"name": "anyproxy",
|
"name": "anyproxy",
|
||||||
"version": "0.1.1",
|
"version": "0.2.0",
|
||||||
"description": "https proxy over http",
|
"description": "https proxy over http",
|
||||||
"main": "proxy.js",
|
"main": "proxy.js",
|
||||||
"bin": "bin.js",
|
"bin": {
|
||||||
|
"anyproxy":"bin.js"
|
||||||
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"async": "~0.9.0",
|
"async": "~0.9.0",
|
||||||
"commander": "~2.3.0"
|
"commander": "~2.3.0"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user