2022-07-22 11:18:02 +02:00
|
|
|
{
|
|
|
|
"name" : "node-red-node-cbor",
|
2022-07-27 15:08:02 +02:00
|
|
|
"version" : "1.0.1",
|
2022-07-22 11:18:02 +02:00
|
|
|
"description" : "A Node-RED node to pack and unpack objects to cbor format",
|
|
|
|
"dependencies" : {
|
|
|
|
"cbor-x" : "^1.3.2"
|
|
|
|
},
|
|
|
|
"bundledDependencies": [
|
|
|
|
"cbor-x"
|
|
|
|
],
|
|
|
|
"repository" : {
|
|
|
|
"type":"git",
|
|
|
|
"url":"https://github.com/node-red/node-red-nodes.git",
|
|
|
|
"directory": "tree/master/parsers/cbor"
|
|
|
|
},
|
|
|
|
"license": "Apache-2.0",
|
|
|
|
"keywords": [ "node-red", "cbor" ],
|
|
|
|
"node-red" : {
|
2022-07-27 15:08:02 +02:00
|
|
|
"version": ">=1.0.0",
|
2022-07-22 11:18:02 +02:00
|
|
|
"nodes" : {
|
|
|
|
"cbor": "70-cbor.js"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"author": {
|
|
|
|
"name": "Dave Conway-Jones",
|
|
|
|
"email": "dceejay@gmail.com",
|
|
|
|
"url": "http://nodered.org"
|
2022-07-27 15:08:02 +02:00
|
|
|
},
|
|
|
|
"engines": {
|
|
|
|
"node": ">=14"
|
2022-07-22 11:18:02 +02:00
|
|
|
}
|
|
|
|
}
|