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

25 lines
618 B
JSON
Raw Normal View History

2020-05-04 09:33:05 +00:00
{
"name": "peertube-plugin-auth-saml2",
2022-04-20 06:58:36 +00:00
"version": "0.0.6",
2020-05-04 09:33:05 +00:00
"description": "Add SAML 2 support to login form in PeerTube.",
"engine": {
"peertube": ">=3.0.0"
2020-05-04 09:33:05 +00:00
},
"keywords": [
"peertube",
"plugin",
"auth"
],
"homepage": "https://framagit.org/framasoft/peertube/official-plugins/tree/master/peertube-plugin-auth-saml2",
"author": "Chocobozzz",
"bugs": "https://framagit.org/framasoft/peertube/official-plugins/issues",
"library": "./main.js",
"staticDirs": {},
"css": [],
"clientScripts": [],
"translations": {},
"dependencies": {
2021-12-23 10:51:50 +00:00
"@peertube/saml2-js": "^3.0.2"
2020-05-04 09:33:05 +00:00
}
}