Add auto mute plugin

This commit is contained in:
Chocobozzz
2020-05-07 15:50:46 +02:00
parent f4e6b00c7b
commit 20a188733d
6 changed files with 278 additions and 0 deletions

View File

@ -0,0 +1,23 @@
{
"name": "peertube-plugin-auto-mute",
"version": "0.0.1",
"description": "Auto mute plugin for PeerTube",
"engine": {
"peertube": ">=2.2.0"
},
"keywords": [
"peertube",
"plugin"
],
"homepage": "https://framagit.org/framasoft/peertube/official-plugins/tree/master/peertube-plugin-auto-mute",
"author": "Chocobozzz",
"bugs": "https://framagit.org/framasoft/peertube/official-plugins/issues",
"library": "./main.js",
"staticDirs": {},
"css": [],
"clientScripts": [],
"translations": {},
"dependencies": {
"simple-get": "^3.1.0"
}
}