UNPKG

node-red-contrib-cron

Version:
43 lines (42 loc) 912 B
{ "name": "node-red-contrib-cron", "version": "0.0.4", "description": "Node red node for CRON Scheduler.", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "publish": "npm publish" }, "repository": { "type": "git", "url": "git+https://github.com/chameleonbr/node-red-contrib-cron.git" }, "keywords": [ "cron", "node-red", "node" ], "node-red": { "nodes": { "cron": "cron-node.js" } }, "author": { "name": "Andre Alexandre Avila" }, "license": "MIT", "bugs": { "url": "https://github.com/chameleonbr/node-red-contrib-cron/issues" }, "homepage": "https://github.com/chameleonbr/node-red-contrib-cron#readme", "dependencies": { "cron": "^1.1.0", "cron-parser": "^1.1.0" }, "maintainers": [ { "name": "chameleonbr", "email": "chameleonbr@gmail.com" } ] }