peertube-theme-nctv-dark/peertube-plugin-auth-openid.../package.json

25 lines
640 B
JSON

{
"name": "peertube-plugin-auth-openid-connect",
"version": "0.0.2",
"description": "Add OpenID connect 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-openid-connect",
"author": "Chocobozzz",
"bugs": "https://framagit.org/framasoft/peertube/official-plugins/issues",
"library": "./main.js",
"staticDirs": {},
"css": [],
"clientScripts": [],
"translations": {},
"dependencies": {
"openid-client": "^3.15.0"
}
}