forked from rodymolenaar/flarum-ext-dutch
-
Notifications
You must be signed in to change notification settings - Fork 1
/
composer.json
48 lines (48 loc) · 1.67 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": "berteltorp/danish",
"type": "flarum-extension",
"description": "Danish language pack.",
"homepage": "https://github.com/berteltorp/Flarum-da-DK",
"keywords": ["locale"],
"license": "MIT",
"authors": [
{
"name": "Bertel Torp",
"email": "[email protected]",
"homepage": "https://bertel.dk/"
}
],
"support": {
"issues": "https://github.com/berteltorp/Flarum-da-DK/issues",
"source": "https://github.com/berteltorp/Flarum-da-DK",
"forum": "https://discuss.flarum.org/"
},
"require": {
"flarum/core": "^0.1.0-beta.4"
},
"suggest": {
"flarum/flags": "Allow users to flag posts for moderator review",
"flarum/likes": "Allow users to like posts",
"flarum/lock": "End a discussion and don't let anyone add further replies",
"flarum/mentions": "Mention and reply to specific posts and users",
"flarum/pusher": "See new discussions and posts in real-time using Pusher",
"flarum/sticky": "Pin discussions to the top of the list",
"flarum/subscriptions": "Allow users to follow discussions and receive notifications for new posts",
"flarum/tags": "Organize discussions into a hierarchy of tags and categories"
},
"extra": {
"flarum-extension": {
"title": "Danish",
"icon": {
"image": "icon.svg",
"backgroundColor": "#fff",
"backgroundSize": "cover",
"backgroundPosition": "center"
}
},
"flarum-locale": {
"code": "da",
"title": "Dansk"
}
}
}