{
  "name": "task-pool",
  "version": "0.1.1",
  "description": "A generic pool to limit number of running asynchronous tasks or promises.",
  "keywords": [
    "task",
    "pool",
    "queue",
    "promise",
    "async"
  ],
  "author": "Ali Farhadi <a.farhadi@gmail.com>",
  "engines": {
    "node": ">=4.0.0"
  },
  "main": "./lib/pool",
  "files": [
    "lib/",
    "index.js"
  ],
  "scripts": {
    "cover": "istanbul cover _mocha",
    "test": "mocha"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/farhadi/task-pool.git"
  },
  "license": "MIT",
  "devDependencies": {
    "coveralls": "^2.11.9",
    "istanbul": "^0.4.4",
    "mocha": "^2.5.3"
  }
}
