generated from rob006-software/flarum-lang-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
42 lines (42 loc) · 923 Bytes
/
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": "flarum-lang/kurdish-northern",
"type": "flarum-extension",
"description": "Kurdish (Northern) language pack for Flarum.",
"homepage": "https://github.com/flarum-lang/kurdish-northern",
"keywords": [
"locale",
"flarum",
"flarum-locale",
"kmr-locale",
"kurdish-northern-locale",
"kurdish-northern"
],
"license": "MIT",
"support": {
"issues": "https://github.com/flarum-lang/kurdish-northern/issues",
"source": "https://github.com/flarum-lang/kurdish-northern"
},
"require": {
"flarum/core": "^1.6"
},
"minimum-stability": "dev",
"prefer-stable": true,
"extra": {
"flarum-extension": {
"title": "Kurdish (Northern)",
"category": "language",
"icon": {
"image": "icon.svg",
"backgroundSize": "cover",
"backgroundPosition": "center"
}
},
"flarum-locale": {
"code": "kmr",
"title": "Kurdish (Northern)"
},
"extiverse": {
"discuss": ""
}
}
}