26 lines
669 B
JSON
Raw Normal View History

2020-04-30 14:16:20 +02:00
{
"name": "peertube-plugin-auth-openid-connect",
2022-04-15 11:42:02 +02:00
"version": "0.1.0",
2020-04-30 14:16:20 +02:00
"description": "Add OpenID connect support to login form in PeerTube.",
"licence": "AGPL-3.0-only",
2020-04-30 14:16:20 +02: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": {
2021-12-23 16:22:43 +01:00
"openid-client": "^5.1.1"
2020-04-30 14:16:20 +02:00
}
}