-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
63 lines (63 loc) · 1.66 KB
/
composer.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
{
"name": "pkgstore/flarum-l10n-russian-extra",
"description": "Extra russian language pack for Flarum (UNOFFICIAL).",
"type": "flarum-extension",
"license": "MIT",
"homepage": "https://flarus.cc/",
"keywords": [
"flarum",
"extension",
"russian",
"language",
"locale",
"ru-locale",
"localization",
"translation"
],
"authors": [
{
"name": "Kai Kimera",
"email": "mail@kai.kim",
"homepage": "https://kai.kim/",
"role": "Translator"
}
],
"support": {
"source": "https://github.com/pkgstore/flarum-l10n-russian-extra",
"issues": "https://github.com/pkgstore/flarum-l10n-russian-extra/issues",
"docs": "https://github.com/pkgstore/flarum-l10n-russian-extra/wiki",
"forum": "https://github.com/pkgstore/flarum-l10n-russian-extra/discussions"
},
"require": {
"flarum/core": "^1.4"
},
"suggest": {
"flarum/flarum": "Flarum",
"pkgstore/flarum-l10n-russian-core": "Flarum russian language pack (UNOFFICIAL)."
},
"minimum-stability": "dev",
"prefer-stable": true,
"extra": {
"flarum-extension": {
"title": "Русский",
"category": "language",
"info": {
"website": "https://flarus.cc/",
"support": "https://github.com/pkgstore/flarum-l10n-russian-extra/discussions"
},
"icon": {
"image": "icon.svg",
"backgroundColor": "#fff",
"backgroundSize": "cover",
"backgroundPosition": "center"
}
},
"flarum-locale": {
"code": "ru",
"title": "Русский"
},
"extiverse": {
"discuss": "https://github.com/pkgstore/flarum-l10n-russian-extra/discussions"
}
}
}