qos
Version:
Safe, fast and super simple queue and schedule based on Redis.
39 lines (38 loc) • 800 B
JSON
{
"name": "qos",
"version": "0.3.1",
"description": "Safe, fast and super simple queue and schedule based on Redis.",
"main": "src/index.js",
"scripts": {
"example": "node example/index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/xpepermint/qos.git"
},
"keywords": [
"queue",
"que",
"schedule",
"scheduler",
"task",
"tasks",
"job",
"jobs",
"background",
"redis"
],
"author": "Xpepermint",
"license": "MIT",
"bugs": {
"url": "https://github.com/xpepermint/qos/issues"
},
"homepage": "https://github.com/xpepermint/qos#readme",
"devDependencies": {
"ioredis": "^1.10.0"
},
"dependencies": {
"ioredis": "^1.11.0"
}
}