node-resque
Version:
an opinionated implementation of resque in node
35 lines (34 loc) • 699 B
JSON
{
"author": "Evan Tahler <evantahler@gmail.com>",
"name": "node-resque",
"description": "an opinionated implementation of resque in node",
"version": "0.12.0",
"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",
"worker"
],
"engines": {
"node": ">=0.10.0"
},
"dependencies": {
"redis": "~0.12.1",
"async": "~0.9.x"
},
"devDependencies": {
"mocha": "latest",
"should": "latest",
"fakeredis": "latest"
},
"scripts": {
"test": "mocha"
}
}