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/mqlight/package.json
Dave Conway-Jones 9a17460b0e
fix as proposed to close #319
(assuming this node is still relevant :-)
2017-08-27 17:53:44 +01:00

23 lines
597 B
JSON

{
"name" : "node-red-node-mqlight",
"version" : "0.0.11",
"description" : "A Node-RED node to send and receive message from IBM MQ Light",
"dependencies" : {
"mqlight" : "1.0.x"
},
"repository" : {
"type":"git",
"url":"https://github.com/node-red/node-red-nodes/tree/master/io/mqlight"
},
"license": "Apache-2.0",
"keywords": [ "node-red", "mqlight" ],
"node-red" : {
"nodes" : {
"mqlight": "mqlight.js"
}
},
"contributors": [
{"name": "Nick O'Leary"}
]
}