-
Notifications
You must be signed in to change notification settings - Fork 1
/
composer.json
63 lines (62 loc) · 1.57 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
{
"name":"flarum-lang/brazilian",
"type":"flarum-extension",
"description":"Pacote de idioma Português do Brasil.",
"keywords":[
"brazilian",
"portuguese",
"language",
"locale",
"português",
"extensao",
"flarum",
"package"
],
"license":"MIT",
"authors": [
{
"name": "Ramon Guilherme",
"email": "[email protected]",
"github": "https://github.com/ram0ng1",
"homepage": "https://ramonguilherme.com.br",
"role": "Maintainer"
},
{
"name": "Santiago Testa Biali",
"email": "[email protected]",
"github": "https://github.com/santiagobiali",
"role": "Creator"
},
{
"name": "Kassius Mercurius",
"email": "[email protected]",
"homepage": "https://www.kassius.org",
"role": "Creator"
}
],
"support": {
"email": "[email protected]",
"issues":"https://github.com/flarum-lang/brazilian/issues",
"source":"https://github.com/flarum-lang/brazilian",
"forum": "https://discuss.flarum.org/d/18543"
},
"require": {
"flarum/core":"^1.0.0"
},
"extra": {
"flarum-extension": {
"title":"Brazilian Portuguese",
"category": "language",
"icon":{
"image":"icon.svg",
"backgroundColor":"#55a667",
"backgroundSize":"cover",
"backgroundPosition":"center"
}
},
"flarum-locale": {
"code":"pt-BR",
"title":"Português Brasileiro"
}
}
}