peertube-theme-nctv-dark/peertube-plugin-auto-mute/package.json

24 lines
580 B
JSON

{
"name": "peertube-plugin-auto-mute",
"version": "0.0.4",
"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"
}
}