-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
41 lines (41 loc) · 990 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
36
37
38
39
40
41
{
"name": "yannisme/cntheme",
"description": "FlarumCN Theme For Flarum",
"keywords": [
"flarum"
],
"type": "flarum-extension",
"license": "MIT",
"homepage": "https://yannisme.com",
"support": {
"issues": "https://github.com/yannisme/flarum-cn-theme/issues",
"source": "https://github.com/yannisme/flarum-cn-theme",
"forum": "https://discuss.flarum.org.cn"
},
"require": {
"flarum/core": "*"
},
"authors": [
{
"name": "yannis",
"email": "[email protected]",
"role": "Developer"
}
],
"autoload": {
"psr-4": {
"Yannisme\\CNTheme\\": "src/"
}
},
"extra": {
"flarum-extension": {
"title": "中文社区",
"category": "theme",
"icon": {
"name": "fab fa-yandex-international",
"backgroundColor": "#de350b",
"color": "#FFF"
}
}
}
}