node-red-contrib-sunpos
Version:
A Node-RED node that provides the position of the sun
29 lines (28 loc) • 580 B
JSON
{
"name": "node-red-contrib-sunpos",
"version": "1.4.1",
"description": "A Node-RED node that provides the position of the sun",
"dependencies": {
"suncalc": "1.8.*"
},
"repository": {
"type": "git",
"url": "https://github.com/alisdairjsmyth/node-red-contrib-sunpos"
},
"license": "Apache-2.0",
"keywords": [
"node-red",
"sunpos",
"suncalc"
],
"node-red": {
"nodes": {
"sunpos": "sunpos/sunpos.js"
}
},
"author": {
"name": "Alisdair Smyth",
"email": "alisdair.smyth@gmail.com"
},
"devDependencies": {}
}