{ "name" : "node-red-node-timeswitch", "version" : "0.1.0", "description" : "A Node-RED node to provide a simple timeswitch to schedule daily on/off events.", "dependencies" : { "spacetime": "^6.12.5", "suncalc": "^1.8.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": "@pmacostapdi" } ] }