Add auto mute plugin
This commit is contained in:
23
peertube-plugin-auto-mute/package.json
Normal file
23
peertube-plugin-auto-mute/package.json
Normal 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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user