{
  "name": "throng",
  "version": "5.0.0",
  "description": "A simple worker-manager for clustered apps",
  "keywords": [
    "cluster",
    "worker",
    "process"
  ],
  "repository": "hunterloftis/throng",
  "homepage": "https://github.com/hunterloftis/throng",
  "bugs": "https://github.com/hunterloftis/throng/issues",
  "main": "lib/throng.js",
  "files": [
    "lib"
  ],
  "scripts": {
    "test": "mocha",
    "test:bail": "mocha --bail"
  },
  "engines": {
    "node": ">= 10"
  },
  "author": "Hunter Loftis <hunter@hunterloftis.com>",
  "license": "MIT",
  "devDependencies": {
    "chai": "^4.2.0",
    "mocha": "^8.1.3"
  },
  "dependencies": {
    "lodash": "^4.17.20"
  }
}
