node-red-nodes/time/timeswitch/package.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"
}
]
}