]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - server/tests/fixtures/peertube-plugin-test-filter-translations/package.json
Add filter:html.client.json-ld.result hook
[github/Chocobozzz/PeerTube.git] / server / tests / fixtures / peertube-plugin-test-filter-translations / package.json
CommitLineData
89cd1275 1{
37a44fc9 2 "name": "peertube-plugin-test-filter-translations",
89cd1275 3 "version": "0.0.1",
37a44fc9 4 "description": "Plugin test filter and translations",
89cd1275
C
5 "engine": {
6 "peertube": ">=1.3.0"
7 },
8 "keywords": [
9 "peertube",
10 "plugin"
11 ],
12 "homepage": "https://github.com/Chocobozzz/PeerTube",
13 "author": "Chocobozzz",
14 "bugs": "https://github.com/Chocobozzz/PeerTube/issues",
15 "library": "./main.js",
16 "staticDirs": {},
17 "css": [],
d75db01f
C
18 "clientScripts": [],
19 "translations": {
20 "fr-FR": "./languages/fr.json",
21 "it-IT": "./languages/it.json"
22 }
89cd1275 23}