Initial commit

This commit is contained in:
Jochen Friedrich 2020-01-20 20:14:22 +00:00
commit c7d77ac920
5 changed files with 980 additions and 0 deletions

28
package.json Normal file
View file

@ -0,0 +1,28 @@
{
"name": "node-red-contrib-matrix",
"version": "0.0.1",
"description": "Node-RED Module for Matrix",
"main": "matrix.js",
"dependencies": {
"node-red": "^1.0.3",
"matrix-js-sdk": "^5.0.0"
},
"node-red": {
"nodes": {
"matrix": "matrix.js"
}
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Jochen Friedrich <jochen@scram.de>",
"license": "GPL-3.0",
"repository": {
"type": "git",
"url": "https://git.bocc.de/jochen/node-red-contrib-matrix"
},
"keywords": [
"matrix"
]
}