anyproxy/package.json

58 lines
1.4 KiB
JSON
Raw Normal View History

2014-08-08 16:30:53 +08:00
{
2014-08-11 16:43:14 +08:00
"name": "anyproxy",
2019-03-25 14:28:17 +08:00
"version": "3.10.6",
"description": "A fully configurable proxy in NodeJS, which can handle HTTPS requests 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-11-28 15:52:17 +08:00
"async-task-mgr": ">=1.1.0",
2015-07-07 17:31:56 +08:00
"body-parser": "^1.13.1",
"change-case": "^3.0.0",
2014-08-13 11:51:39 +08:00
"colorful": "^2.1.0",
2014-08-22 23:49:46 +08:00
"commander": "~2.3.0",
"compression": "^1.4.4",
2014-08-27 17:42:42 +08:00
"express": "^4.8.5",
2015-01-28 15:33:00 +08:00
"iconv-lite": "^0.4.6",
"ip": "^0.3.2",
2014-09-11 10:22:08 +08:00
"juicer": "^0.6.6-stable",
"mime-types": "2.1.11",
2014-08-27 17:42:42 +08:00
"nedb": "^0.11.0",
"node-easy-cert": "^1.0.0",
2016-05-02 14:23:01 +08:00
"node-forge": "^0.6.39",
"npm": "^2.7.0",
2015-08-06 23:13:17 +08:00
"promise": "^7.0.4",
2014-10-21 11:18:55 +08:00
"qrcode-npm": "0.0.3",
2014-10-29 16:20:18 +08:00
"stream-throttle": "^0.1.3",
"ws": "^1.1.0"
2014-08-19 15:31:28 +08:00
},
2014-11-14 17:26:49 +08:00
"devDependencies": {
"babel-polyfill": "^6.13.0",
"babel-preset-es2015": "^6.13.2",
"babel-preset-stage-0": "^6.5.0",
"babel-register": "^6.11.6",
"https-proxy-agent": "^1.0.0",
"jasmine": "^2.4.1",
"koa": "^1.2.1",
"koa-body": "^1.4.0",
"koa-router": "^5.4.0",
"koa-send": "^3.2.0",
"koa-websocket": "^2.0.0",
"nodeunit": "^0.9.1",
"request": "^2.74.0",
"stream-equal": "0.1.8"
2014-11-14 17:26:49 +08:00
},
2014-08-08 16:30:53 +08:00
"scripts": {
"test": "sh test/test.sh",
"testserver": "node test/server/startServer.js"
2014-08-14 22:58:30 +08:00
},
2014-10-31 18:51:24 +08:00
"repository": {
2014-11-14 17:26:49 +08:00
"type": "git",
"url": "https://github.com/alibaba/anyproxy"
2014-10-31 18:51:24 +08:00
},
2014-09-09 10:53:53 +08:00
"author": "ottomao@gmail.com",
2014-08-08 16:30:53 +08:00
"license": "ISC"
}