{
  "name": "think-cluster",
  "description": "Cluster manage for ThinkJS",
  "version": "1.5.8",
  "author": {
    "name": "welefen",
    "email": "welefen@gmail.com"
  },
  "scripts": {
    "test": "npm run lint && npm run test-cov",
    "test-cov": "nyc ava test/mock-test/ && nyc report --reporter=html",
    "lint": "eslint ./lib/ index.js",
    "prepublish": "npm test"
  },
  "contributors": [
    {
      "name": "welefen",
      "email": "welefen@gmail.com"
    }
  ],
  "main": "index.js",
  "types": "index.d.ts",
  "dependencies": {
    "debug": "^2.6.8",
    "string-hash": "^1.1.3",
    "think-helper": "^1.1.3"
  },
  "devDependencies": {
    "ava": "^0.18.0",
    "eslint": "^4.2.0",
    "eslint-config-think": "^1.0.2",
    "mock-require": "^2.0.1",
    "nyc": "^7.0.0"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/thinkjs/think-cluster"
  },
  "engines": {
    "node": ">=6.0.0"
  },
  "license": "MIT",
  "readmeFilename": "README.md",
  "bugs": {
    "url": "https://github.com/thinkjs/think-cluster/issues"
  }
}
