21 lines
569 B
JSON
21 lines
569 B
JSON
{
|
|
"name": "peertube-plugin-transcoding-custom-quality",
|
|
"version": "0.0.2",
|
|
"description": "Set a custom quality for transcoding",
|
|
"engine": {
|
|
"peertube": ">=3.3.0"
|
|
},
|
|
"keywords": [
|
|
"peertube",
|
|
"plugin"
|
|
],
|
|
"homepage": "https://framagit.org/framasoft/peertube/official-plugins/tree/master/peertube-plugin-transcoding-custom-quality",
|
|
"author": "Chocobozzz",
|
|
"bugs": "https://framagit.org/framasoft/peertube/official-plugins/issues",
|
|
"library": "./main.js",
|
|
"staticDirs": {},
|
|
"css": [],
|
|
"clientScripts": [],
|
|
"translations": {}
|
|
}
|