{
  "name": "node-worker-pool",
  "version": "3.0.2",
  "main": "WorkerPool",
  "repository": {
    "type": "git",
    "url": "https://github.com/jeffmo/node-worker-pool"
  },
  "scripts": {
    "test": "jest"
  },
  "devDependencies": {
    "jest-cli": "^0.5.0",
    "promise": "^7.0.4"
  },
  "jest": {
    "modulePathIgnorePatterns": [
      "node_modules"
    ],
    "testPathIgnorePatterns": [
      "node_modules"
    ]
  },
  "license": "MIT"
}
