This repository was archived by the owner on Jul 9, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathcomposer.json
More file actions
52 lines (51 loc) · 1.3 KB
/
composer.json
File metadata and controls
52 lines (51 loc) · 1.3 KB
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
50
51
52
{
"name": "reflar/gamification",
"description": "Upvotes and downvotes for your Flarum community",
"keywords": [
"misc",
"settings",
"flarum",
"reflar",
"points",
"gamification"
],
"type": "flarum-extension",
"license": "MIT",
"authors": [
{
"name": "Christian Lopez",
"email": "Christian.Lopez@redevs.org",
"homepage": "https://redevs.org"
},
{
"name": "Charlie K",
"email": "Charlie.K@redevs.org",
"homepage": "https://redevs.org"
}
],
"support": {
"issues": "https://github.com/ReDevelopers/ReFlar/gamification/issues",
"source": "https://github.com/ReDevelopers/ReFlar/gamification"
},
"require": {
"flarum/core": "^0.1.0-beta.8"
},
"autoload": {
"psr-4": {
"Reflar\\Gamification\\": "src/"
}
},
"extra": {
"flarum-extension": {
"title": "ReFlar Gamification",
"icon": {
"name": "fa fa-thumbs-up",
"backgroundColor": "#263238",
"color": "#fff"
}
},
"flagrow": {
"discuss": "https://discuss.flarum.org/d/5588-gamification-by-reflar"
}
}
}