PeerTube/packages/tests/fixtures/peertube-plugin-test-filter.../package.json

24 lines
549 B
JSON

{
"name": "peertube-plugin-test-filter-translations",
"version": "0.0.1",
"description": "Plugin test filter and translations",
"engine": {
"peertube": ">=1.3.0"
},
"keywords": [
"peertube",
"plugin"
],
"homepage": "https://github.com/Chocobozzz/PeerTube",
"author": "Chocobozzz",
"bugs": "https://github.com/Chocobozzz/PeerTube/issues",
"library": "./main.js",
"staticDirs": {},
"css": [],
"clientScripts": [],
"translations": {
"fr-FR": "./languages/fr.json",
"it-IT": "./languages/it.json"
}
}