2015-02-13 11:32:43 +01:00
|
|
|
{
|
|
|
|
"name" : "node-red-node-mqlight",
|
2016-03-02 14:26:19 +01:00
|
|
|
"version" : "0.0.8",
|
2015-02-13 11:32:43 +01:00
|
|
|
"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"
|
|
|
|
},
|
2015-05-29 15:58:34 +02:00
|
|
|
"license": "Apache-2.0",
|
2015-02-13 11:32:43 +01:00
|
|
|
"keywords": [ "node-red", "mqlight" ],
|
|
|
|
"node-red" : {
|
|
|
|
"nodes" : {
|
|
|
|
"mqlight": "mqlight.js"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"contributors": [
|
2015-02-13 11:34:12 +01:00
|
|
|
{"name": "Nick O'Leary"}
|
2015-02-13 11:33:39 +01:00
|
|
|
]
|
2015-02-13 11:32:43 +01:00
|
|
|
}
|