mirror of
https://github.com/alibaba/anyproxy.git
synced 2025-04-20 04:44:21 +00:00
17 lines
343 B
JSON
17 lines
343 B
JSON
{
|
|
"name": "http-proxy",
|
|
"version": "0.1.0",
|
|
"description": "https proxy over http",
|
|
"main": "index.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"
|
|
}
|