{
  "dependencies": {
    "async": "^2.4.1",
    "debug": "^2.6.8"
  },
  "name": "async-promise-queue",
  "version": "1.0.4",
  "description": "wrapper around async.queue to make some common usages simpler",
  "main": "index.js",
  "repository": "https://github.com/stefanpenner/async-promise-queue",
  "author": "Stefan Penner <stefan.penner@gmail.com>",
  "license": "MIT",
  "scripts": {
    "test": "mocha test",
    "test:debug": "mocha debug test"
  },
  "devDependencies": {
    "chai": "^4.0.2",
    "mocha": "^3.4.2"
  }
}
