-
Notifications
You must be signed in to change notification settings - Fork 15
/
.all-contributorsrc
62 lines (62 loc) · 1.43 KB
/
.all-contributorsrc
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
{
"projectName": "eos-learn",
"projectOwner": "eoscostarica",
"repoType": "github",
"repoHost": "https://github.com",
"files": [
"readme.md"
],
"imageSize": 100,
"commit": false,
"contributors": [
{
"login": "gaboesquivel",
"name": "Gabo Esquivel",
"avatar_url": "https://avatars0.githubusercontent.com/u/391270?v=4",
"profile": "https://gaboesquivel.com",
"contributions": [
"code",
"review",
"blog",
"talk"
]
},
{
"login": "xavier506",
"name": "Xavier Fernandez",
"avatar_url": "https://avatars0.githubusercontent.com/u/5632966?v=4",
"profile": "https://eoscostarica.io",
"contributions": [
"code",
"review",
"blog",
"talk"
]
},
{
"login": "edgar-eoscostarica",
"name": "Edgar Fernandez",
"avatar_url": "https://avatars2.githubusercontent.com/u/40245170?v=4",
"profile": "http://www.eoscostarica.io",
"contributions": [
"review",
"blog",
"talk"
]
},
{
"login": "JustinCast",
"name": "Justin Castillo Valladares",
"avatar_url": "https://avatars1.githubusercontent.com/u/17890146?v=4",
"profile": "https://github.com/JustinCast",
"contributions": [
"code",
"content",
"design",
"review",
"translation"
]
}
],
"commitConvention": "none"
}