{
  "author": "Evan Tahler <evantahler@gmail.com>",
  "name": "node-resque",
  "description": "an opinionated implementation of resque in node",
  "license": "Apache-2.0",
  "version": "3.0.4",
  "homepage": "http://github.com/taskrabbit/node-resque",
  "repository": {
    "type": "git",
    "url": "git://github.com/taskrabbit/node-resque.git"
  },
  "main": "index.js",
  "keywords": [
    "delayed",
    "queue",
    "resque",
    "redis",
    "work",
    "worker",
    "background",
    "job"
  ],
  "engines": {
    "node": ">=0.10.0"
  },
  "dependencies": {
    "async": "^2.0.1",
    "ioredis": "^2.0.0"
  },
  "devDependencies": {
    "mocha": "latest",
    "should": "latest",
    "fakeredis": "latest",
    "node-schedule": "latest"
  },
  "scripts": {
    "test": "mocha"
  }
}
