26 lines
606 B
JSON
26 lines
606 B
JSON
{
|
|
"name": "node-red-contrib-matrix",
|
|
"version": "0.0.3",
|
|
"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": [ "node-red", "matrix" ]
|
|
}
|