{
  "name": "workit",
  "version": "2.1.0",
  "description": "worker pool for managing parallel processing of jobs (tasks)",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/MiguelCastillo/workit.git"
  },
  "author": "Miguel Castillo <manchagnu@gmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/MiguelCastillo/workit/issues"
  },
  "homepage": "https://github.com/MiguelCastillo/workit#readme",
  "engines": {
    "node": ">=4"
  }
}
