Files
node-red-nodes/parsers/markdown/package.json
Gerrit Riessen e9f9b11cf9 Markdown parser: add property selection (#1109)
* Update 70-markdown.html

* Update 70-markdown.js

* Update package.json

* Update 70-markdown.html

* Update 70-markdown.js
2025-09-22 11:47:23 +01:00

33 lines
771 B
JSON

{
"name": "node-red-node-markdown",
"version": "0.5.1",
"description": "A Node-RED node to convert a markdown string to html.",
"dependencies": {
"markdown-it": "^14.1.0"
},
"repository": {
"type": "git",
"url": "https://github.com/node-red/node-red-nodes.git",
"directory": "tree/master/parsers/markdown"
},
"license": "Apache-2.0",
"keywords": [
"node-red",
"markdown"
],
"node-red": {
"version": ">=1.0.0",
"nodes": {
"markdown": "70-markdown.js"
}
},
"author": {
"name": "Dave Conway-Jones",
"email": "ceejay@vnet.ibm.com",
"url": "http://nodered.org"
},
"engines": {
"node": ">=18"
}
}