21 lines
396 B
JSON
Raw Normal View History

2020-11-05 22:39:11 -07:00
{
"name": "matrix-bridge-voxtelesys",
"version": "1.0.0",
"keywords": [
"voxtelesys",
"matrix",
"bridge",
"sms",
"api",
"chat"
],
"type": "module",
2020-11-05 22:58:30 -07:00
"license": "MPL-2.0",
2020-11-05 22:39:11 -07:00
"author": "Netsyms Technologies",
"contributors": [],
"dependencies": {
"log4js": "^6.3.0",
"matrix-js-sdk": "^9.0.1"
}
}