mirror of
https://github.com/Skylar-Tech/node-red-contrib-matrix-chat.git
synced 2026-05-13 18:31:16 -06:00
Initial commit of an alpha version.
This commit is contained in:
@@ -0,0 +1,34 @@
|
||||
{
|
||||
"name": "node-red-contrib-matrix-support",
|
||||
"version": "0.0.1",
|
||||
"description": "Matrix chat server support for Node-RED",
|
||||
"dependencies": {
|
||||
"matrix-js-sdk": "^12.2.0"
|
||||
},
|
||||
"node-red": {
|
||||
"nodes": {
|
||||
"matrix-server-config": "src/matrix-server-config.js",
|
||||
"matrix-send": "src/matrix-send.js",
|
||||
"matrix-send-file": "src/matrix-send-file.js",
|
||||
"matrix-send-image": "src/matrix-send-image.js",
|
||||
"matrix-send-message": "src/matrix-send-message.js",
|
||||
"matrix-receive": "src/matrix-receive.js"
|
||||
}
|
||||
},
|
||||
"keywords": [
|
||||
"node-red",
|
||||
"matrix",
|
||||
"support",
|
||||
"bot",
|
||||
"chat"
|
||||
],
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/skylar-tech/node-red-contrib-matrix-support"
|
||||
},
|
||||
"author": {
|
||||
"name": "Skylar Sadlier",
|
||||
"url": "https://skylar.tech"
|
||||
},
|
||||
"license": "SEE LICENSE FILE"
|
||||
}
|
||||
Reference in New Issue
Block a user