2019-05-20 20:33:37 +02:00
|
|
|
{
|
|
|
|
"name" : "node-red-node-smaz",
|
2020-01-28 19:12:15 +01:00
|
|
|
"version" : "0.0.3",
|
2019-05-20 20:33:37 +02:00
|
|
|
"description" : "A Node-RED node to pack and unpack strings to smaz format",
|
|
|
|
"dependencies" : {
|
|
|
|
},
|
|
|
|
"repository" : {
|
|
|
|
"type":"git",
|
|
|
|
"url":"https://github.com/node-red/node-red-nodes/tree/master/parsers/smaz"
|
|
|
|
},
|
|
|
|
"license": "Apache-2.0",
|
2020-01-28 19:12:15 +01:00
|
|
|
"keywords": [ "smaz" ],
|
2019-05-20 20:33:37 +02:00
|
|
|
"node-red" : {
|
|
|
|
"nodes" : {
|
|
|
|
"smaz": "70-smaz.js"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"author": {
|
|
|
|
"name": "Dave Conway-Jones",
|
|
|
|
"email": "ceejay@vnet.ibm.com",
|
|
|
|
"url": "http://nodered.org"
|
|
|
|
}
|
|
|
|
}
|