node-red-contrib-light-scheduler
Version:
Light Scheduler is a node-red node that provides a weekly schedule, and is mainly focused on controlling light in home automation scenarios.
49 lines (48 loc) • 1.22 kB
JSON
{
"name": "node-red-contrib-light-scheduler",
"version": "0.0.19",
"author": "Niklas Wall",
"description": "Light Scheduler is a node-red node that provides a weekly schedule, and is mainly focused on controlling light in home automation scenarios.",
"license": "Apache-2.0",
"dependencies": {
"axios": "^1.6.0",
"suncalc": "^1.8.0"
},
"scripts": {
"test": "jest"
},
"keywords": [
"node-red",
"light",
"schedule",
"scheduler",
"dusk",
"dawn",
"sunset",
"sunrise",
"timer"
],
"homepage": "https://faulty.cloud/projects/node-red-contrib-light-scheduler",
"bugs": {
"url": "https://github.com/niklaswall/node-red-contrib-light-scheduler/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/niklaswall/node-red-contrib-light-scheduler.git"
},
"node-red": {
"nodes": {
"light-scheduler": "light-scheduler.js",
"light-scheduler-filter": "light-scheduler-filter.js",
"light-scheduler-settings": "light-scheduler-settings.js"
}
},
"devDependencies": {
"jest": "^29.7.0",
"timekeeper": "^2.3.1"
},
"jest": {
"testEnvironment": "node",
"collectCoverage": true
}
}