1
0
mirror of https://github.com/node-red/node-red-nodes.git synced 2023-10-10 13:36:58 +02:00
node-red-nodes/social/xmpp/package.json
Sam Machin 2d28a2304f
Update package.jsons for mono-repo (#851)
Update the package.json for each node to point to the directory within the repo that hosts the code for the package in question.  as per https://docs.npmjs.com/cli/v7/configuring-npm/package-json#repository
2021-11-02 15:22:30 +00:00

32 lines
722 B
JSON

{
"name": "node-red-node-xmpp",
"version": "0.5.6",
"description": "A Node-RED node to talk to an XMPP server",
"dependencies": {
"@xmpp/client": "^0.13.0"
},
"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": "ceejay@vnet.ibm.com",
"url": "http://nodered.org"
}
}