forked from flagrow/ads
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
49 lines (49 loc) · 1.28 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": "flagrow/ads",
"description": "Bombarding your users with ads everywhere, if you want..",
"keywords": [
"ads",
"flarum",
"flagrow",
"advertising"
],
"type": "flarum-extension",
"license": "MIT",
"authors": [
{
"name": "Daniël Klabbers",
"email": "[email protected]",
"homepage": "http://hyn.me"
},
{
"name": "Clark Winkelmann",
"email": "[email protected]",
"homepage": "https://clarkwinkelmann.com"
}
],
"support": {
"issues": "https://github.com/flagrow/ads/issues",
"source": "https://github.com/flagrow/ads"
},
"require": {
"flarum/core": "^0.1.0-beta.6"
},
"extra": {
"flarum-extension": {
"title": "Flagrow Ads",
"icon": {
"name": "audio-description",
"backgroundColor": "#f4f4f4",
"color": "#5f4bb6"
}
},
"flagrow": {
"discuss": "https://discuss.flarum.org/d/4785-flagrow-ads-bombarding-your-users-with-ads-everywhere-if-you-want"
}
},
"autoload": {
"psr-4": {
"Flagrow\\Ads\\": "src/"
}
}
}