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

26 lines
669 B
JSON
Raw Normal View History

2020-04-30 12:16:20 +00:00
{
"name": "peertube-plugin-auth-openid-connect",
2021-12-23 10:26:11 +00:00
"version": "0.0.6",
2020-04-30 12:16:20 +00:00
"description": "Add OpenID connect support to login form in PeerTube.",
"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": {
"openid-client": "^4.2.1"
2020-04-30 12:16:20 +00:00
}
}