anyproxy/package.json
2014-08-11 17:48:32 +08:00

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"
}