{
  "name": "@nestcloud/loadbalance",
  "version": "0.6.11",
  "description": "A Nest framework (node.js) module for getting service from consul and sending http request by loadbalance.",
  "author": "Miaowing <i@zfeng.net>",
  "license": "MIT",
  "publishConfig": {
    "access": "public"
  },
  "optionalDependencies": {
    "@nestcloud/boot": "^0.6.10",
    "@nestcloud/config": "^0.6.10"
  },
  "peerDependencies": {
    "@nestcloud/common": "^0.6.10",
    "@nestcloud/consul": "^0.6.10",
    "@nestcloud/service": "^0.6.10",
    "@nestjs/common": "^6.0.0",
    "consul": "^0.30.0"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/nest-cloud/nestcloud.git"
  },
  "bugs": {
    "url": "https://github.com/nest-cloud/nestcloud/issues"
  },
  "homepage": "https://github.com/nest-cloud/nestcloud#readme",
  "dependencies": {
    "axios": "^0.18.0",
    "lodash": "^4.17.11",
    "random-js": "^2.0.0-rc2"
  }
}
