2020-04-30 12:16:20 +00:00
|
|
|
{
|
|
|
|
"name": "peertube-plugin-auth-openid-connect",
|
2021-06-30 14:47:48 +00:00
|
|
|
"version": "0.0.5",
|
2020-04-30 12:16:20 +00:00
|
|
|
"description": "Add OpenID connect support to login form in PeerTube.",
|
2020-12-29 14:01:41 +00:00
|
|
|
"licence": "AGPL-3.0-only",
|
2020-04-30 12:16:20 +00:00
|
|
|
"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": {
|
2020-12-29 14:01:41 +00:00
|
|
|
"openid-client": "^4.2.1"
|
2020-04-30 12:16:20 +00:00
|
|
|
}
|
|
|
|
}
|