{
    "name": "node-red-contrib-sia-ultimate",
    "version": "1.0.12",
    "description": "Connect your SIA-DCS compatible alarm system to node-red. It works with Ajax System too.",
    "author": "Supergiovane (https://github.com/Supergiovane)",
    "dependencies": {
        "xml2js": "0.4.23",
        "node-fetch": "2.6.1",
        "digest-fetch": "1.1.5",
        "abort-controller": "3.0.0",
        "jimp": "0.16.1"
    },
    "keywords": [
        "node-red",
        "sia",
        "alarm",
        "dcs",
        "dc09",
        "ajax",
        "burglar"
    ],
    "engines": {
        "node": ">=12.3.0"
    },
    "license": "MIT",
    "repository": {
        "type": "git",
        "url": "https://github.com/Supergiovane/node-red-contrib-sia-ultimate"
    },
    "node-red": {
        "nodes": {
            "siaendpoint-config": "nodes/siaendpoint-config.js",
            "SIAUltimate": "nodes/SIAUltimate.js"
        }
    }
}