anyproxy/package.json

34 lines
758 B
JSON
Raw Normal View History

2014-08-08 16:30:53 +08:00
{
2014-08-11 16:43:14 +08:00
"name": "anyproxy",
2014-09-04 11:22:35 +08:00
"version": "2.2.0",
2014-08-22 17:54:25 +08:00
"description": "a charles/fiddler like proxy written in NodeJs, which can handle HTTPS requests and CROS perfectly.",
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-22 23:49:46 +08:00
"commander": "~2.3.0",
2014-08-27 17:42:42 +08:00
"entities": "^1.1.1",
"express": "^4.8.5",
2014-09-02 14:54:45 +08:00
"iconv-lite": "^0.4.4",
2014-08-27 17:42:42 +08:00
"nedb": "^0.11.0",
"ws": "^0.4.32",
"iconv-lite": "^0.4.4"
2014-08-08 16:30:53 +08:00
},
2014-08-19 15:31:28 +08:00
"devDependencies": {
2014-09-03 15:39:31 +08:00
2014-08-19 15:31:28 +08:00
},
2014-08-08 16:30:53 +08:00
"scripts": {
2014-08-14 22:58:30 +08:00
"test": "nodeunit test.js"
},
"repository": {
"type": "git",
2014-08-22 17:54:25 +08:00
"url": "https://github.com/alipay-ct-wd/anyproxy"
2014-08-08 16:30:53 +08:00
},
2014-08-22 14:36:08 +08:00
"author": "alipay-sh-wd@list.alibaba-inc.com",
2014-08-08 16:30:53 +08:00
"license": "ISC"
}