mirror of
https://github.com/node-red/node-red-nodes.git
synced 2023-10-10 13:36:58 +02:00
4efb7417df
to be consistent with other parsers, and change x-red to html
25 lines
675 B
JSON
25 lines
675 B
JSON
{
|
|
"name" : "node-red-node-msgpack",
|
|
"version" : "1.2.1",
|
|
"description" : "A Node-RED node to pack and unpack objects to msgpack format",
|
|
"dependencies" : {
|
|
"msgpack-lite" : "^0.1.26"
|
|
},
|
|
"repository" : {
|
|
"type":"git",
|
|
"url":"https://github.com/node-red/node-red-nodes/tree/master/parsers/msgpack"
|
|
},
|
|
"license": "Apache-2.0",
|
|
"keywords": [ "node-red", "msgpack" ],
|
|
"node-red" : {
|
|
"nodes" : {
|
|
"msgpack": "70-msgpack.js"
|
|
}
|
|
},
|
|
"author": {
|
|
"name": "Dave Conway-Jones",
|
|
"email": "ceejay@vnet.ibm.com",
|
|
"url": "http://nodered.org"
|
|
}
|
|
}
|