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",
2022-04-15 09:42:02 +00:00
"version": "0.1.0",
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": {
2021-12-23 15:22:43 +00:00
"openid-client": "^5.1.1"
2020-04-30 12:16:20 +00:00
}
}