{
  "name": "vray",
  "description": "koa 2 ksyun middleware",
  "version": "3.1.16",
  "main": "index.js",
  "author": "wangjianliang",
  "email": "wangjianliang@kingsoft.com",
  "license": "MIT",
  "engines": {
    "node": ">=7.6.0",
    "npm": ">=5.0.0"
  },
  "peerDependencies": {
    "koa": "^2.5.0"
  },
  "dependencies": {
    "bluebird": "^3.5.1",
    "chalk": "^2.3.0",
    "commander": "^2.13.0",
    "glob": "^7.1.2",
    "http-proxy-middleware": "^0.18.0",
    "iconv-lite": "^0.4.19",
    "kcors": "^2.2.1",
    "killable": "^1.0.0",
    "koa": "^2.5.2",
    "koa-any-error": "^1.0.1",
    "koa-body": "^4.0.4",
    "koa-cash": "^2.2.0",
    "koa-compress": "^2.0.0",
    "koa-context-validator": "^0.4.1",
    "koa-convert": "^1.2.0",
    "koa-helmet": "^3.3.0",
    "koa-mount": "^3.0.0",
    "koa-router": "^7.4.0",
    "koa-static": "latest",
    "koa2-connect": "^1.0.2",
    "lodash": "^4.17.4",
    "lru-cache": "^4.1.1",
    "mkdirp": "^0.5.1",
    "moment": "^2.20.1",
    "moment-timezone": "^0.5.23",
    "mz": "latest",
    "query-string": "^5.1.0",
    "request": "^2.85.0",
    "request-promise": "^4.2.2",
    "winston": "^3.0.0-rc5"
  },
  "scripts": {
    "release": "npm run release-patch",
    "prelease": "npm version prerelease && git push --tags --force && git push && npm publish",
    "release-patch": "npm version patch && git push --tags && git push && npm publish",
    "release-minor": "npm version minor && git push --tags && git push && npm publish",
    "release-major": "npm version major && git push --tags && git push && npm publish"
  },
  "repository": {
    "url": "git@newgit.op.ksyun.com:ksyun-fe/vray.git",
    "type": "git"
  }
}
