-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
55 lines (55 loc) · 1.28 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
{
"name": "littlegolden/flarum-lang-japanese",
"description": "Flarum 日本語言語パック 2020",
"keywords": [
"flarum",
"locale",
"Japanese",
"日本語",
"translation"
],
"type": "flarum-extension",
"license": "MIT",
"authors": [
{
"name": "Golden",
"email": "[email protected]",
"homepage": "https://github.com/Littlegolden"
},
{
"name": "Slicky",
"email": "[email protected]",
"homepage": "https://twitter.com/SlickyPrjKinyou"
},
{
"name": "Rikusen",
"homepage": "https://github.com/rikusen0335"
}
],
"support": {
"source": "https://github.com/Littlegolden/flarum-lang-japanese",
"issues": "https://github.com/Littlegolden/flarum-lang-japanese/issues"
},
"require": {
"flarum/core": "^0.1.0-beta.8"
},
"extra": {
"flarum-extension": {
"title": "日本語言語パック",
"icon": {
"name": "fas fa-circle",
"background": "#ffffff",
"backgroundSize": "cover",
"backgroundPosition": "center",
"color": "#FF0000"
}
},
"flarum-locale": {
"code": "ja",
"title": "日本語"
},
"flagrow": {
"discuss": "https://discuss.flarum.org/d/22631-japanese-language-pack"
}
}
}