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/io/stomp/package.json
Dave Conway-Jones 983cab970e
bump for username credential fix
to close #1006
2023-06-06 11:26:25 +01:00

26 lines
713 B
JSON

{
"name" : "node-red-node-stomp",
"version" : "1.0.1",
"description" : "A Node-RED node to publish and subscribe to/from a Stomp server",
"dependencies" : {
"stomp-client" : "^0.9.0"
},
"repository" : {
"type":"git",
"url":"https://github.com/node-red/node-red-nodes.git",
"directory": "tree/master/io/stomp"
},
"license": "Apache-2.0",
"keywords": [ "node-red", "stomp", "stomp-client" ],
"node-red" : {
"nodes" : {
"stomp": "18-stomp.js"
}
},
"author": {
"name": "Dave Conway-Jones",
"email": "dceejay@gmail.com",
"url": "http://nodered.org"
}
}