2021-01-29 12:57:32 +00:00
|
|
|
{
|
|
|
|
"name": "peertube-plugin-transcoding-profile-debug",
|
2021-04-20 06:38:35 +00:00
|
|
|
"version": "0.0.2",
|
2021-01-29 12:57:32 +00:00
|
|
|
"description": "Plugin to help developers to debug transcoding profiles",
|
|
|
|
"engine": {
|
|
|
|
"peertube": ">=3.1.0"
|
|
|
|
},
|
|
|
|
"keywords": [
|
|
|
|
"peertube",
|
|
|
|
"plugin"
|
|
|
|
],
|
|
|
|
"homepage": "https://framagit.org/framasoft/peertube/official-plugins/tree/master/peertube-plugin-transcoding-profile-debug",
|
|
|
|
"author": "Chocobozzz",
|
|
|
|
"bugs": "https://framagit.org/framasoft/peertube/official-plugins/issues",
|
|
|
|
"library": "./main.js",
|
|
|
|
"staticDirs": {},
|
|
|
|
"css": [],
|
|
|
|
"clientScripts": [],
|
|
|
|
"translations": {}
|
|
|
|
}
|