You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

23 lines
468 B

{
"name": "node-red-contrib-matrixbot",
"version": "0.0.4",
"description": "Matrix bot nodes for Node-RED",
"dependencies": {
"matrix-js-sdk": "",
"markdown-it": ""
},
"node-red": {
"nodes": {
"matrixbot": "matrixbot/99-matrixbot.js"
}
},
"keywords": [
"node-red", "matrix", "bot"
],
"repository": {
"type": "git",
"url": "https://github.com/mlopezr/node-red-contrib-matrixbot"
},
"author": "nobody@nowhere"
}