node-red-nodes/social/xmpp/package.json

25 lines
646 B
JSON

{
"name" : "node-red-node-xmpp",
"version" : "0.1.5",
"description" : "A Node-RED node to talk to an XMPP server",
"dependencies" : {
"simple-xmpp" : "1.3.*"
},
"repository" : {
"type":"git",
"url":"https://github.com/node-red/node-red-nodes/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": "ceejay@vnet.ibm.com",
"url": "http://nodered.org"
}
}