-
Notifications
You must be signed in to change notification settings - Fork 1
/
composer.json
49 lines (49 loc) · 1.32 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
{
"name": "miniflar/sidenav-download-button",
"description": "Adds a configurable download button to the sideNav of your Flarum forum.",
"keywords": [
"flarum",
"afrux",
"forum-widgets",
"widget",
"sideNav",
"download-button",
"sidenav-download-button"
],
"type": "flarum-extension",
"license": "MIT",
"support": {
"issues": "https://github.com/miniflar/sidenav-download-button/issues",
"source": "https://github.com/miniflar/sidenav-download-button",
"forum": "https://discuss.flarum.org/d/27059"
},
"funding": [
{
"type": "other",
"url": "https://paypal.me/ralkage"
}
],
"require": {
"flarum/core": "^1.0",
"afrux/forum-widgets-core": "^0.1.0"
},
"authors": [
{
"name": "Christian Lopez",
"email": "me@ralkage.com",
"homepage": "https://ralkage.com",
"role": "Developer"
}
],
"extra": {
"flarum-extension": {
"title": "MiniFLAR SideNav Download Button",
"category": "feature",
"icon": {
"name": "fas fa-download",
"backgroundColor": "#5e247e",
"color": "#eb6529"
}
}
}
}