-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathcomposer.json
49 lines (49 loc) · 1.36 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": "flarum-lang/dutch",
"type": "flarum-extension",
"description": "Dutch language pack for Flarum.",
"keywords": ["locale", "dutch", "flarum"],
"license": "MIT",
"authors": [
{
"name": "Flarum Languages",
"homepage": "https://github.com/flarum-lang"
},
{
"name": "Rody Molenaar",
"email": "[email protected]",
"homepage": "http://rodymolenaar.nl/"
},
{
"name": "Michael V.",
"email": "[email protected]",
"homepage": "http://michaelbelgium.me"
}
],
"support": {
"issues": "https://github.com/flarum-lang/dutch/issues",
"source": "https://github.com/flarum-lang/dutch",
"forum": "https://discuss.flarum.org/d/18962"
},
"require": {
"flarum/core": "^1.0.0"
},
"extra": {
"flarum-extension": {
"title": "Dutch",
"category": "language",
"icon": {
"image": "dutch_core.svg",
"backgroundSize": "cover",
"backgroundPosition": "center"
}
},
"flarum-locale": {
"code": "nl",
"title": "Nederlands"
},
"extiverse": {
"discuss": "https://discuss.flarum.org/d/18962"
}
}
}