mirror of
https://github.com/node-red/node-red-nodes.git
synced 2023-10-10 13:36:58 +02:00
add version/engine support metadata
This commit is contained in:
parent
a7b9380f25
commit
5bb8b4d968
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name" : "node-red-node-cbor",
|
||||
"version" : "1.0.0",
|
||||
"version" : "1.0.1",
|
||||
"description" : "A Node-RED node to pack and unpack objects to cbor format",
|
||||
"dependencies" : {
|
||||
"cbor-x" : "^1.3.2"
|
||||
@ -16,6 +16,7 @@
|
||||
"license": "Apache-2.0",
|
||||
"keywords": [ "node-red", "cbor" ],
|
||||
"node-red" : {
|
||||
"version": ">=1.0.0",
|
||||
"nodes" : {
|
||||
"cbor": "70-cbor.js"
|
||||
}
|
||||
@ -24,5 +25,8 @@
|
||||
"name": "Dave Conway-Jones",
|
||||
"email": "dceejay@gmail.com",
|
||||
"url": "http://nodered.org"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=14"
|
||||
}
|
||||
}
|
||||
|
@ -1,9 +1,9 @@
|
||||
{
|
||||
"name": "node-red-node-markdown",
|
||||
"version": "0.3.0",
|
||||
"version": "0.4.0",
|
||||
"description": "A Node-RED node to convert a markdown string to html.",
|
||||
"dependencies": {
|
||||
"markdown-it": "^12.3.2"
|
||||
"markdown-it": "^13.0.1"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@ -16,6 +16,7 @@
|
||||
"markdown"
|
||||
],
|
||||
"node-red": {
|
||||
"version": ">=1.0.0",
|
||||
"nodes": {
|
||||
"markdown": "70-markdown.js"
|
||||
}
|
||||
@ -24,5 +25,8 @@
|
||||
"name": "Dave Conway-Jones",
|
||||
"email": "ceejay@vnet.ibm.com",
|
||||
"url": "http://nodered.org"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=14"
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user