node-red-contrib-sunevents
Version:
A node for node-red that generates events based on the position of the Sun at the appropriate time of day
49 lines (48 loc) • 1.09 kB
JSON
{
"name": "node-red-contrib-sunevents",
"version": "3.1.1",
"description": "A node for node-red that generates events based on the position of the Sun at the appropriate time of day",
"keywords": [
"node-red",
"suncalc",
"sunrise",
"sunset",
"nadir"
],
"license": "Apache-2.0",
"author": {
"name": "Martin Jarvis",
"email": "freakent@gmail.com",
"url": "http://freakent.co.uk"
},
"homepage": "https://github.com/freakent/node-red-contrib-sunevents/blob/master/README.md",
"repository": {
"type": "git",
"url": "https://github.com/freakent/node-red-contrib-sunevents.git"
},
"dependencies": {
"debug": "^4.3.0",
"luxon": "^3.2.0",
"suncalc": "^1.8.0",
"uuid": "^9.0.0"
},
"scripts": {
"test": "nodemon --exec jasmine"
},
"node-red": {
"version": ">=2.0.0",
"nodes": {
"node-red-contrib-sunevents": "lib/sun-events-node.js"
}
},
"engines": {
"node": ">=12.0.0"
},
"devDependencies": {
"jasmine": "^4.0.0",
"node-red": "^3.0.0",
"node-red-node-test-helper": "^0.3.0",
"nodemon": "^2.0.7",
"timezone-mock": "^1.0.17"
}
}