{
  "name": "evoxy",
  "version": "0.2.2",
  "description": "A reverse proxy server envolved from redbird",
  "license": "MIT",
  "repository": "taoyuan/evoxy",
  "author": {
    "name": "Yuan Tao",
    "email": "towyuan@outlook.com",
    "url": "github.com/taoyuan"
  },
  "bin": {
    "evoxy": "./bin/evoxy.js",
    "evo": "./bin/evo.js"
  },
  "engines": {
    "node": ">=6"
  },
  "main": "./src/index",
  "scripts": {
    "lint": "eslint .",
    "test": "./node_modules/.bin/mocha test/**/*.test.js",
    "posttest": "npm run lint && nsp check",
    "postinstall": "node scripts/npm-post-install"
  },
  "keywords": [
    "reverse",
    "proxy",
    "letsencrypt"
  ],
  "dependencies": {
    "bluebird": "^3.4.6",
    "bunyan": "^1.8.5",
    "chalk": "^1.1.3",
    "commander": "^2.9.0",
    "dolphin": "*",
    "fs-extra": "^1.0.0",
    "glob": "^7.1.1",
    "handlebars": "^4.0.6",
    "http-proxy": "^1.15.2",
    "joi": "^10.0.1",
    "js-yaml": "^3.7.0",
    "json5": "^0.5.0",
    "le-challenge-fs": "^2.0.8",
    "le-challenge-sni": "^2.0.1",
    "le-sni-auto": "^2.1.0",
    "le-store-certbot": "^2.0.3",
    "letsencrypt": "^2.1.8",
    "localhost.daplie.com-certificates": "^1.2.3",
    "lodash": "^4.17.2",
    "lru-cache": "^4.0.1",
    "minimatch": "^3.0.3",
    "node-alias": "^1.0.4",
    "node-etcd": "^5.0.3",
    "object-hash": "^1.1.5",
    "os-homedir": "^1.0.2",
    "safetimeout": "^0.1.1",
    "spdy": "^3.4.4",
    "url-parse": "^1.1.7",
    "valid-url": "^1.0.9"
  },
  "devDependencies": {
    "chai": "^3.5.0",
    "chai-as-promised": "^6.0.0",
    "eslint": "^3.11.0",
    "mocha": "^3.2.0",
    "nsp": "^2.6.2"
  }
}
