{
    "name": "node-red-node-xmpp",
    "version": "0.6.3",
    "description": "A Node-RED node to talk to an XMPP server",
    "dependencies": {
        "@xmpp/client": "^0.13.1"
    },
    "bundledDependencies": [
        "@xmpp/client"
    ],
    "repository": {
        "type": "git",
        "url": "https://github.com/node-red/node-red-nodes.git",
        "directory": "tree/master/social/xmpp"
    },
    "license": "Apache-2.0",
    "keywords": [
        "node-red",
        "xmpp"
    ],
    "node-red": {
        "nodes": {
            "xmpp": "92-xmpp.js"
        }
    },
    "author": {
        "name": "Dave Conway-Jones",
        "email": "dceejay@gmail.com",
        "url": "http://nodered.org"
    }
}