{
    "name"          : "node-red-node-timeswitch",
    "version"       : "0.2.2",
    "description"   : "A Node-RED node to provide a simple timeswitch to schedule daily on/off events.",
    "dependencies"  : {
        "spacetime": "^6.16.3",
        "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": "@dceejay"
        },
        {
            "name": "@pmacostapdi"
        },
        {
            "name": "@heikokue"
        },
        {
            "name": "@sammachin"
        },
        {
            "name": "@jdmallen"
        }
    ]
}