peertube-theme-nctv-dark/peertube-plugin-transcoding.../package.json

21 lines
569 B
JSON
Raw Normal View History

2021-07-30 08:23:21 +00:00
{
"name": "peertube-plugin-transcoding-custom-quality",
2021-08-02 08:15:24 +00:00
"version": "0.0.2",
2021-07-30 08:23:21 +00:00
"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": {},
2021-08-02 08:15:24 +00:00
"css": [],
2021-07-30 08:23:21 +00:00
"clientScripts": [],
"translations": {}
}