-
Notifications
You must be signed in to change notification settings - Fork 1
/
composer.json
executable file
·46 lines (46 loc) · 1.45 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
{
"name": "tohsakarat/table-of-content",
"description": "A Flarum extension. Automaticallly generate a catalogue for your posts. Also includes a BBCode: [anchor=anchorname] - whitch allows you to insert a anchor in your posts whitch can be jump to, besides h1-h6. Moreover, add a fancy lightblue indicator bar to your titles.",
"keywords": [
"flarum",
"toc"
],
"type": "flarum-extension",
"license": "MIT",
"authors": [
{
"name": "Tohsakarat",
"email": "[email protected]",
"homepage": "https://tohsakarat.work/"
}
],
"support": {
"issues": "https://github.com/tohsakrat",
"source": "https://github.com/tohsakrat",
"forum": "https://discuss.flarum.org/d/31409-table-of-content"
},
"homepage": "https://github.com/tohsakrat/",
"funding": [
{
"type": "qrCode_Alipay",
"url": "https://gzszd.club/assets/files/2022-05-30/1653871757-105304-img-20220530-084751.jpg"
}
],
"require": {
"flarum/core": "^1.2.0"
},
"extra": {
"flarum-extension": {
"title": "tohsakarat/table-of-content",
"category": "feature",
"icon": {
"name": "fas fa-book",
"backgroundColor": "blue",
"color": "#fff"
}
},
"flagrow": {
"discuss": "https://github.com/tohsakrat"
}
}
}