node-red-nodes/time/timeswitch/package.json

32 lines
860 B
JSON
Raw Normal View History

2015-11-02 18:24:27 +01:00
{
"name" : "node-red-node-timeswitch",
2022-08-19 12:40:53 +02:00
"version" : "0.2.0",
2015-11-02 18:24:27 +01:00
"description" : "A Node-RED node to provide a simple timeswitch to schedule daily on/off events.",
"dependencies" : {
2022-08-19 12:40:53 +02:00
"spacetime": "^6.16.3",
"suncalc": "^1.8.0"
2015-11-02 18:24:27 +01:00
},
"repository" : {
"type":"git",
"url":"https://github.com/node-red/node-red-nodes.git",
"directory": "tree/time/timeswitch"
2015-11-02 18:24:27 +01:00
},
"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"
2021-02-26 15:42:11 +01:00
},
"contributors": [
{
"name": "@pmacostapdi"
}
]
2015-11-02 18:24:27 +01:00
}