{
    "name": "node-red-contrib-automation-hat",
    "version": "0.4.4",
    "description": "Node-RED nodes for the Pimoroni Automation HAT, pHAT and HAT Mini",
    "scripts": {
        "test": "echo \"Error: no test specified\" && exit 1"
    },
    "keywords": [
        "node-red",
        "Automation HAT",
        "Automation pHAT",
        "Automation HAT Mini",
        "pimoroni",
        "raspberry",
        "iot"
    ],
    "node-red": {
        "version": ">=0.13.0",
        "nodes": {
            "automation-hat-generic": "nodes/rpi-automationhat.js"
        }
    },
    "author": "Martin Rowan <martin@rowannet.co.uk>",
    "license": "Apache-2.0",
    "repository": {
        "type": "git",
        "url": "https://github.com/shortbloke/node-red-contrib-automation-hat.git"
    },
    "dependencies": {}
}
