24 lines
580 B
JSON
Raw Normal View History

2020-05-07 15:50:46 +02:00
{
"name": "peertube-plugin-auto-mute",
2023-05-25 11:51:55 +02:00
"version": "0.0.5",
2020-05-07 15:50:46 +02:00
"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": {
2023-05-25 11:51:55 +02:00
"simple-get": "^4.0.1"
2020-05-07 15:50:46 +02:00
}
}