forked from justjavac/flarum-ext-simplified-chinese
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
35 lines (35 loc) · 923 Bytes
/
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
{
"name": "jsthon/flarum-ext-simplified-chinese",
"type": "flarum-extension",
"description": "Simplified Chinese language pack.",
"keywords": ["locale"],
"license": "MIT",
"version": "v0.1.0-beta.7",
"authors": [
{
"name": "Jsthon Wong",
"email": "[email protected]"
}
],
"support": {
"source": "https://github.com/jsthon/flarum-ext-simplified-chinese"
},
"require": {
"flarum/core": "^0.1.0-beta.7"
},
"extra": {
"flarum-extension": {
"title": "Simplified Chinese",
"icon": {
"image": "icon.svg",
"backgroundColor": "#DE2910",
"backgroundSize": "cover",
"backgroundPosition": "center"
}
},
"flarum-locale": {
"code": "zh",
"title": "简体中文"
}
}
}