Initial commit
This commit is contained in:
commit
c7d77ac920
5 changed files with 980 additions and 0 deletions
28
package.json
Normal file
28
package.json
Normal 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"
|
||||
]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue