-
Notifications
You must be signed in to change notification settings - Fork 3
/
composer.json
42 lines (42 loc) · 1.3 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
{
"name": "zhujia18/chevereto",
"description": "Chevereto image hosting upload extension for the Flarum forum, using Chevereto's popup upload plugin(PUP). The popup upload plugin (PUP) is a small file that allows Chevereto based websites to provide external image uploading via a small JavaScript file.",
"keywords": [
"flarum",
"chevereto",
"image hosting",
"pup"
],
"type": "flarum-extension",
"license": "MIT",
"require": {
"flarum/core": "^0.1.0-beta.8"
},
"extra": {
"flarum-extension": {
"title": "Chevereto",
"icon": {
"image": "resources/icon.svg",
"backgroundColor": "#5f4bb6",
"backgroundSize": "90%",
"backgroundRepeat": "no-repeat",
"backgroundPosition": "center"
}
}
},
"authors": [{
"name": "Jasper",
"email": "zhujiap.cn@gmail.com",
"homepage": "https://zasper.me"
}],
"autoload": {
"psr-4": {
"Zhujia18\\Chevereto\\": "src/"
}
},
"support": {
"email": "zhujiap.cn@gmail.com",
"issues": "https://github.com/zhujia18/flarum-chevereto/issues",
"source": "https://github.com/zhujia18/flarum-chevereto"
}
}