node-resque
Version:
an opinionated implementation of resque in node
22 lines (21 loc) • 443 B
JSON
{
"name": "node-resque-docker-example-worker",
"version": "1.0.0",
"description": "An example node-resque docker project",
"author": "",
"license": "ISC",
"repository": {
"type": "git",
"url": "git://github.com/actionhero/node-resque.git"
},
"scripts": {
"prepare": "tsc"
},
"dependencies": {
"node-resque": "latest"
},
"devDependencies": {
"@types/node": "latest",
"typescript": "latest"
}
}