32 lines
835 B
JSON
32 lines
835 B
JSON
{
|
|
"name": "red-briq-nodes",
|
|
"version": "0.2.4",
|
|
"description": "A Node-RED node to talk to an XMPP server",
|
|
"dependencies": {
|
|
"denque": "^1.4.1",
|
|
"simple-xmpp": "^1.3.1"
|
|
},
|
|
"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": "red/xmpp/92-xmpp.js",
|
|
"my-debounce": "red/my-debounce/my-debounce.js",
|
|
"command-parse": "red/command-parse/command-parse.js",
|
|
"briq-tcp": "red/tcp/tcp.js"
|
|
}
|
|
},
|
|
"author": {
|
|
"name": "Dave Conway-Jones",
|
|
"email": "ceejay@vnet.ibm.com",
|
|
"url": "http://nodered.org"
|
|
}
|
|
}
|