{
  "name": "bqueue",
  "version": "0.0.22",
  "description": "Reliable, distributed batch message processing using Redis",
  "license": "MIT",
  "author": {
    "name": "Alec Fenichel",
    "email": "alec.fenichel@gmail.com"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/fenichelar/bqueue.git"
  },
  "bugs": {
    "url": "https://github.com/fenichelar/bqueue/issues"
  },
  "keywords": [
    "redis",
    "queue",
    "batch"
  ],
  "main": "index.js",
  "files": [
    "index.js",
    "lua.json"
  ],
  "scripts": {
    "prepare": "node lua.js"
  },
  "dependencies": {}
}
