You've already forked peertube-plugin-hide-root-user
27 lines
789 B
JSON
27 lines
789 B
JSON
{
|
|
"name": "peertube-plugin-hide-root-user",
|
|
"description": "Prevents the \"root\" user from showing up in your PeerTube server's public-facing stats. Useful only when the root account isn't actually being used on your instance.",
|
|
"version": "0.5.0",
|
|
"license": "AGPL-3.0-or-later",
|
|
"author": {
|
|
"name": "Dave Jansen",
|
|
"email": "i.am@davejansen.com",
|
|
"url": "https://www.davejansen.com/"
|
|
},
|
|
"bugs": "https://git.davejansen.com/davejansen/peertube-plugin-hide-root-user/issues",
|
|
"engine": {
|
|
"peertube": ">=6.0.0"
|
|
},
|
|
"homepage": "https://git.davejansen.com/davejansen/peertube-plugin-hide-root-user",
|
|
"keywords": [
|
|
"peertube",
|
|
"plugin"
|
|
],
|
|
"library": "./main.js",
|
|
|
|
"css": [],
|
|
"clientScripts": [],
|
|
"staticDirs": {},
|
|
"translations": {}
|
|
}
|