{
  "name": "koa-server-http-proxy",
  "version": "0.1.0",
  "description": "A koa2 http-proxy-middleware.",
  "main": "index.js",
  "directories": {
    "example": "examples"
  },
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/eugeneCN/koa-server-http-proxy.git"
  },
  "keywords": [
    "koa",
    "koa-proxy",
    "koa-http-proxy",
    "koa-http-proxy-middleware"
  ],
  "author": "wqzhang (span_row@163.com)",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/eugeneCN/koa-server-http-proxy/issues"
  },
  "homepage": "https://github.com/eugeneCN/koa-server-http-proxy#readme",
  "dependencies": {
    "http-proxy-middleware": "^0.18.0",
    "koa2-connect": "^1.0.2"
  },
  "devDependencies": {
    "koa": "^2.5.2",
    "koa-static": "^5.0.0"
  }
}
