peertube-plugin-auth-matrix/package.json
2024-11-22 12:52:48 +03:00

22 lines
581 B
JSON

{
"name": "peertube-plugin-auth-matrix",
"version": "0.0.14",
"description": "Add Matrix support to login form in PeerTube.",
"engine": {
"peertube": ">=2.2.0"
},
"keywords": [
"peertube",
"plugin",
"auth"
],
"homepage": "https://framagit.org/framasoft/peertube/official-plugins/tree/master/peertube-plugin-auth-ldap",
"author": "Chocobozzz",
"bugs": "https://framagit.org/framasoft/peertube/official-plugins/issues",
"library": "./main.js",
"staticDirs": {},
"css": [],
"clientScripts": [],
"translations": {},
"dependencies": {}
}