First commit
This commit is contained in:
22
package.json
Normal file
22
package.json
Normal 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"
|
||||
}
|
||||
Reference in New Issue
Block a user