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

24 lines
549 B
JSON
Raw Normal View History

2019-07-19 17:30:41 +02:00
{
2021-06-17 16:02:38 +02:00
"name": "peertube-plugin-test-filter-translations",
2019-07-19 17:30:41 +02:00
"version": "0.0.1",
2021-06-17 16:02:38 +02:00
"description": "Plugin test filter and translations",
2019-07-19 17:30:41 +02:00
"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": [],
2019-07-26 14:44:50 +02:00
"clientScripts": [],
"translations": {
"fr-FR": "./languages/fr.json",
"it-IT": "./languages/it.json"
}
2019-07-19 17:30:41 +02:00
}