{ "name": "node-red-contrib-matrix", "version": "0.0.4", "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 ", "license": "GPL-3.0", "repository": { "type": "git", "url": "https://git.bocc.de/jochen/node-red-contrib-matrix" }, "keywords": [ "node-red", "matrix" ] }