2014-08-08 16:30:53 +08:00
|
|
|
{
|
2014-08-11 16:43:14 +08:00
|
|
|
"name": "anyproxy",
|
2014-08-13 17:44:09 +08:00
|
|
|
"version": "1.0.1",
|
2014-08-08 16:30:53 +08:00
|
|
|
"description": "https proxy over http",
|
2014-08-11 16:43:14 +08:00
|
|
|
"main": "proxy.js",
|
2014-08-11 17:52:09 +08:00
|
|
|
"bin": {
|
2014-08-13 11:51:39 +08:00
|
|
|
"anyproxy": "bin.js"
|
2014-08-11 17:52:09 +08:00
|
|
|
},
|
2014-08-08 16:30:53 +08:00
|
|
|
"dependencies": {
|
2014-08-09 14:37:44 +08:00
|
|
|
"async": "~0.9.0",
|
2014-08-13 17:30:16 +08:00
|
|
|
"async-task-mgr": "^1.0.1",
|
2014-08-13 11:51:39 +08:00
|
|
|
"colorful": "^2.1.0",
|
2014-08-09 14:37:44 +08:00
|
|
|
"commander": "~2.3.0"
|
2014-08-08 16:30:53 +08:00
|
|
|
},
|
|
|
|
"devDependencies": {},
|
|
|
|
"scripts": {
|
|
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
|
|
},
|
|
|
|
"author": "ottomao@gmail.com",
|
|
|
|
"license": "ISC"
|
|
|
|
}
|