{
  "name": "http-simple-proxy",
  "version": "1.0.5",
  "description": "Simple http/https proxy daemon. Proxying based on the excellent node-http-master.",
  "main": "src/HttpSimpleProxy.js",
  "repository": {
    "type": "git",
    "url": "https://github.com/gusnips/http-simple-proxy"
  },
  "keywords": [
    "http",
    "https",
    "simple",
    "proxy"
  ],
  "bin": {
    "http-simple-proxy": "./bin/http-simple-proxy"
  },
  "author": "Gustavo Salome <gustavonips@gmail.com>",
  "contributors": [
    "Damian Nowak <damian.nowak@atlashost.eu>",
    "Sergey Zarouski <sergey@webuniverse.io>",
    "Damian Kaczmarek <damian@codecharm.co.uk>"
  ],
  "license": "MIT",
  "dependencies": {
    "async": "^2.1.4",
    "bluebird": "^3.4.3",
    "@bugsnag/js": "6",
    "compression": "^1.6.2",
    "connect-gzip-static": "^1.0.0",
    "eventemitter3": "^1.2.0",
    "extend": "3.0.0",
    "greenlock": "^2.1.15",
    "http-auth": "^3.2.3",
    "http-proxy": "^1.16.2",
    "js-yaml": "3.6.1",
    "jsonfn": "0.31.0",
    "le-challenge-standalone": "^2.0.0",
    "le-sni-auto": "^2.0.1",
    "memoizee": "^0.4.1",
    "moment": "^2.17.1",
    "morgan": "1.7.0",
    "node-watch": "^0.4.0",
    "ocsp": "^1.1.0",
    "parseurl": "^1.3.1",
    "send": "^0.14.2",
    "spdy": "^3.4.0",
    "uid-number": "0.0.6",
    "uuid": "^2.0.2",
    "ws": "^1.1.1",
    "x509.js": "1.0.0",
    "xregexp": "^3.1.1",
    "yargs": "^6.6.0"
  },
  "devDependencies": {
    "fs.extra": "1.3.2"
  },
  "optionalDependencies": {
  }
}
