add the missed dependency

This commit is contained in:
砚然 2018-05-05 15:28:07 +08:00
parent 2e9e556e26
commit 71477d5aae

View File

@ -1,6 +1,6 @@
{
"name": "anyproxy",
"version": "4.0.9",
"version": "4.0.10",
"description": "A fully configurable HTTP/HTTPS proxy in Node.js",
"main": "proxy.js",
"bin": {
@ -23,6 +23,7 @@
"express": "^4.8.5",
"fast-json-stringify": "^0.17.0",
"iconv-lite": "^0.4.6",
"inquirer": "^5.2.0",
"ip": "^0.3.2",
"juicer": "^0.6.6-stable",
"mime-types": "2.1.11",