2014-07-06 21:58:52 +02:00
|
|
|
{
|
|
|
|
"name" : "node-red-node-suncalc",
|
2020-04-30 21:27:05 +02:00
|
|
|
"version" : "1.0.1",
|
2014-07-06 21:58:52 +02:00
|
|
|
"description" : "A Node-RED node to provide a signal at sunrise and sunset",
|
|
|
|
"dependencies" : {
|
2017-01-29 18:47:06 +01:00
|
|
|
"suncalc" : "^1.8.0"
|
2014-07-06 21:58:52 +02:00
|
|
|
},
|
|
|
|
"repository" : {
|
|
|
|
"type":"git",
|
|
|
|
"url":"https://github.com/node-red/node-red-nodes/tree/master/time"
|
|
|
|
},
|
2014-09-17 21:44:20 +02:00
|
|
|
"license": "Apache-2.0",
|
2014-07-06 21:58:52 +02:00
|
|
|
"keywords": [ "node-red", "suncalc" ],
|
|
|
|
"node-red" : {
|
|
|
|
"nodes" : {
|
|
|
|
"suncalc": "79-suncalc.js"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"author": {
|
|
|
|
"name": "Dave Conway-Jones",
|
|
|
|
"email": "ceejay@vnet.ibm.com",
|
|
|
|
"url": "http://nodered.org"
|
|
|
|
}
|
|
|
|
}
|