UNPKG

kue-scheduler

Version:

A job scheduler utility for kue, backed by redis and built for node.js with support of schedules restore on system restart

93 lines (92 loc) 2.06 kB
{ "name": "kue-scheduler", "version": "0.10.15", "description": "A job scheduler utility for kue, backed by redis and built for node.js with support of schedules restore on system restart", "main": "index.js", "scripts": { "test": "grunt test" }, "repository": { "type": "git", "url": "https://github.com/lykmapipo/kue-scheduler.git" }, "keywords": [ "kue", "queue", "que", "q", "schedule", "every", "now", "at", "delayed", "jobs", "redis", "job", "worker", "restore", "reschedule" ], "author": "lykmapipo", "license": "MIT", "bugs": { "url": "https://github.com/lykmapipo/kue-scheduler/issues" }, "homepage": "https://github.com/lykmapipo/kue-scheduler", "contributors": [ { "name": "lykmapipo", "github": "https://github.com/lykmapipo" }, { "name": "keenondrums", "github": "https://github.com/keenondrums" }, { "name": "throrin19", "github": "https://github.com/throrin19" }, { "name": "KeKs0r", "github": "https://github.com/KeKs0r" }, { "name": "risseraka", "github": "https://github.com/risseraka" }, { "name": "elyas-bhy", "github": "https://github.com/elyas-bhy" } ], "dependencies": { "async": ">=3.2.0", "cron": ">=1.8.2", "date.js": ">=0.3.3", "human-interval": ">=2.0.0", "kue": ">=0.11.6", "kue-unique": ">=1.0.48", "lodash": ">=4.17.20", "node-redis-warlock": ">=0.2.0", "uuid": ">=8.3.2" }, "devDependencies": { "chai": "^4.2.0", "dot-prop": "^6.0.1", "extend": "^3.0.2", "faker": "^5.1.0", "grunt": "^1.3.0", "grunt-contrib-jshint": "^3.0.0", "grunt-mocha-test": "^0.13.3", "handlebars": "^4.7.6", "js-yaml": "^3.14.1", "jshint-stylish": "^2.2.1", "minimist": "^1.2.5", "mocha": "^8.2.1", "moment": "^2.29.1", "pug": "^3.0.0", "shelljs": "^0.8.4", "sinon": "9.2.2", "websocket-extensions": "^0.1.4" } }