-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
41 lines (41 loc) · 1.08 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
{
"name": "yannisme/purelistitemtheme",
"description": "To simplify the flarum discussion list item, only for exhibiting more information",
"keywords": [
"flarum"
],
"type": "flarum-extension",
"license": "MIT",
"homepage": "https://yannisme.com",
"support": {
"issues": "https://github.com/yannisme/flarum-PureListItem-theme/issues",
"source": "https://github.com/yannisme/flarum-PureListItem-theme",
"forum": "https://discuss.flarum.org.cn/d/3833"
},
"require": {
"flarum/core": "*"
},
"authors": [
{
"name": "yannis",
"email": "[email protected]",
"role": "Developer"
}
],
"autoload": {
"psr-4": {
"Yannisme\\PureListItemTheme\\": "src/"
}
},
"extra": {
"flarum-extension": {
"title": "Pure ListItem",
"category": "theme",
"icon": {
"name": "fab fa-yandex-international",
"color": "#FFF",
"backgroundColor": "#39760f"
}
}
}
}