node-red-contrib-matrixbot/package.json

23 lines
480 B
JSON
Raw Normal View History

2020-01-09 08:51:39 +08:00
{
"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"
}