mirror of
https://github.com/node-red/node-red-nodes.git
synced 2023-10-10 13:36:58 +02:00
0342a4b7ae
to close #1002 again
44 lines
1.0 KiB
JSON
44 lines
1.0 KiB
JSON
{
|
|
"name" : "node-red-node-timeswitch",
|
|
"version" : "1.1.1",
|
|
"description" : "A Node-RED node to provide a simple timeswitch to schedule daily on/off events.",
|
|
"dependencies" : {
|
|
"spacetime": "^7.4.3",
|
|
"suncalc": "^1.9.0"
|
|
},
|
|
"repository" : {
|
|
"type":"git",
|
|
"url":"https://github.com/node-red/node-red-nodes.git",
|
|
"directory": "tree/time/timeswitch"
|
|
},
|
|
"license": "Apache-2.0",
|
|
"keywords": [ "node-red", "timeswitch", "timer", "scheduler" ],
|
|
"node-red" : {
|
|
"nodes" : {
|
|
"timeswitch": "timeswitch.js"
|
|
}
|
|
},
|
|
"author": {
|
|
"name": "Dave Conway-Jones",
|
|
"email": "ceejay@vnet.ibm.com",
|
|
"url": "http://nodered.org"
|
|
},
|
|
"contributors": [
|
|
{
|
|
"name": "@dceejay"
|
|
},
|
|
{
|
|
"name": "@pmacostapdi"
|
|
},
|
|
{
|
|
"name": "@heikokue"
|
|
},
|
|
{
|
|
"name": "@sammachin"
|
|
},
|
|
{
|
|
"name": "@jdmallen"
|
|
}
|
|
]
|
|
}
|