23 lines
480 B
JSON
23 lines
480 B
JSON
|
{
|
||
|
"name": "node-red-contrib-matrixbot",
|
||
|
"version": "0.0.3",
|
||
|
"description": "Matrix bot nodes for Node-RED",
|
||
|
"dependencies": {
|
||
|
"matrix-js-sdk": "^2.0.0",
|
||
|
"markdown-it": "^8.4.1"
|
||
|
},
|
||
|
"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"
|
||
|
}
|