node-red-contrib-cron-plus
Version:
A flexible scheduler (cron, solar events, fixed dates) node for Node-RED with full dynamic control and time zone support
79 lines • 2.29 kB
JSON
{
"name": "node-red-contrib-cron-plus",
"version": "2.2.0",
"description": "A flexible scheduler (cron, solar events, fixed dates) node for Node-RED with full dynamic control and time zone support",
"main": "cronplus.js",
"scripts": {
"test": "mocha \"test/**/*_spec.js\" --exit",
"lint": "eslint -c .eslintrc --ext js,html \"*.js\" \"*.html\"",
"lint:fix": "eslint -c .eslintrc --ext js,html \"*.js\" \"*.html\" --fix",
"publish": "npm publish"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Steve-Mcl/node-red-contrib-cron-plus.git"
},
"keywords": [
"node-red",
"schedule",
"scheduler",
"timer",
"timer node",
"cron",
"cronplus",
"cron plus",
"cron-plus",
"crontab",
"sun",
"solar",
"solar event",
"solar events",
"suntime",
"sun time",
"sunrise",
"sunset"
],
"node-red": {
"version": ">=1.0.0",
"nodes": {
"cronplus": "cronplus.js"
}
},
"engines": {
"node": ">=8.0.0"
},
"author": {
"name": "Steve-Mcl"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/Steve-Mcl/node-red-contrib-cron-plus/issues"
},
"homepage": "https://github.com/Steve-Mcl/node-red-contrib-cron-plus#readme",
"dependencies": {
"coord-parser": "^1.0.0",
"cronosjs": "^1.7.1",
"cronstrue": "^3.2.0",
"pretty-ms": "7.0.1",
"suncalc2": "^1.8.1"
},
"devDependencies": {
"eslint": "^8.57.0",
"eslint-config-standard": "^17.1.0",
"eslint-plugin-html": "^7.1.0",
"eslint-plugin-n": "^16.6.2",
"eslint-plugin-standard": "^5.0.0",
"node-red-node-test-helper": "^0.3.4",
"node-red": "^3.0.0",
"eslint-plugin-no-only-tests": "^3.1.0",
"mocha": "^11.6.0",
"should": "^13.2.3",
"sinon": "^18.0.0"
},
"maintainers": [
{
"name": "Steve-Mcl",
"email": "44235289+Steve-Mcl@users.noreply.github.com"
}
]
}