{
  "name": "fastq",
  "version": "1.5.0",
  "description": "Fast, in memory work queue",
  "main": "queue.js",
  "scripts": {
    "lint": "standard",
    "test": "tape test.js | tap-spec"
  },
  "pre-commit": [
    "lint",
    "test"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/mcollina/fastq.git"
  },
  "keywords": [
    "fast",
    "queue",
    "async",
    "worker"
  ],
  "author": "Matteo Collina <hello@matteocollina.com>",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/mcollina/fastq/issues"
  },
  "homepage": "https://github.com/mcollina/fastq#readme",
  "devDependencies": {
    "async": "^2.1.0",
    "neo-async": "^2.0.1",
    "pre-commit": "^1.2.2",
    "standard": "^8.6.0",
    "tap-spec": "^4.0.0",
    "tape": "^4.0.0"
  },
  "dependencies": {
    "reusify": "^1.0.0"
  }
}
