node-red-contrib--cron-pkjq
Version:
Scheduler for Node red with CRON syntax.
25 lines (24 loc) • 483 B
JSON
{
"name": "node-red-contrib--cron-pkjq",
"version": "0.0.1",
"description": "Scheduler for Node red with CRON syntax.",
"node-red": {
"nodes": {
"cron": "cron-node.js"
}
},
"keywords": [
"cron",
"node-red",
"node"
],
"author": "pkjq",
"license": "MIT",
"dependencies": {
"cron-pkjq": "^0.0.1"
},
"repository": {
"type" : "git",
"url" : "https://github.com/pkjq/node-red-contrib--cron.git"
}
}