-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
48 lines (48 loc) · 1.37 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
{
"name": "tohsakarat/save-and-load-draft-automatically",
"description": "Automatically save drafts in browser storage. And ask user to save drafts when they exit composer",
"keywords": [
"upload",
"flarum",
"file"
],
"type": "flarum-extension",
"license": "MIT",
"authors": [
{
"name": "Tohsakarat",
"email": "bestlux@qq.com",
"homepage": "https://tohsakarat.work/"
}
],
"support": {
"issues": "https://github.com/tohsakrat",
"source": "https://github.com/tohsakrat",
"forum": "https://discuss.flarum.org/d/31360-save-and-load-draft-automatically/4"
},
"homepage": "https://github.com/tohsakrat/",
"funding": [
{
"type": "qrCode",
"url": "https://gzszd.club/assets/files/2022-05-30/1653871757-105304-img-20220530-084751.jpg"
}
],
"require": {
"flarum/core": "^1.2.0",
"fof/drafts": "*"
},
"extra": {
"flarum-extension": {
"title": "tohsakarat/save&load-draft-automatically",
"category": "feature",
"icon": {
"name": "fas fa-pen",
"backgroundColor": "pink",
"color": "#fff"
}
},
"flagrow": {
"discuss": "https://github.com/tohsakrat"
}
}
}