First commit

This commit is contained in:
Plague Doctor
2020-01-09 11:51:39 +11:00
parent f37c6b1ca8
commit 8e379587af
7 changed files with 591 additions and 0 deletions

22
package.json Normal file
View File

@@ -0,0 +1,22 @@
{
"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"
}