jqueue
Version:
MySQL backed plugable Node.js job queue based on the Beanstalk Job Lifecycle
47 lines (46 loc) • 1.08 kB
JSON
{
"name": "jqueue",
"version": "1.1.11",
"description": "MySQL backed plugable Node.js job queue based on the Beanstalk Job Lifecycle",
"devDependencies": {
"chai": "^3.4.1",
"grunt": "^0.4.5",
"grunt-contrib-watch": "^0.6.1",
"grunt-mocha-istanbul": "^3.0.1",
"grunt-mocha-test": "^0.12.7",
"istanbul": "^0.4.1",
"mocha": "^2.3.4",
"proxyquire": "^1.7.3",
"sinon": "^1.17.2",
"sinon-chai": "^2.8.0"
},
"main": "src/jqueue.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Tunts/jqueue.git"
},
"keywords": [
"queue",
"beanstalk",
"database-backed",
"mysql"
],
"author": {
"name": "Tunts"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/Tunts/jqueue/issues"
},
"homepage": "https://github.com/Tunts/jqueue#readme",
"dependencies": {
"mocha": "^2.5.3",
"uuid": "^3.1.0"
}
}