audiot-node-job-manager
Version:
A wrapper Object for node-cron that allows you to manage multiple cron jobs at once.
24 lines (23 loc) • 551 B
JSON
{
"name": "audiot-node-job-manager",
"version": "1.0.0",
"description": "A wrapper Object for node-cron that allows you to manage multiple cron jobs at once.",
"author": "Audumla",
"main": "lib/crontab_manager.js",
"respository": {
"type": "git",
"url": "https://github.com/audumla/audiot-node-job-manager"
},
"bugs": {
"url": "https://github.com/audumla/audiot-node-job-manager/issues"
},
"keywords": [
"cron",
"cronjob",
"jobmanager"
],
"dependencies": {
"cron": "1.0.5"
},
"license": "MIT"
}