-
Notifications
You must be signed in to change notification settings - Fork 11
/
.all-contributorsrc
55 lines (55 loc) · 1.31 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
{
"projectName": "git-interactive-tutorial",
"projectOwner": "breatheco-de",
"repoType": "github",
"repoHost": "https://github.com",
"files": [
"README.md"
],
"imageSize": 100,
"commit": false,
"contributors": [
{
"login": "alesanchezr",
"name": "Alejandro Sanchez",
"avatar_url": "https://avatars0.githubusercontent.com/u/426452?v=4",
"profile": "https://alesanchezr.com",
"contributions": [
"code",
"design",
"doc",
"review",
"financial",
"ideas"
]
},
{
"login": "insomnux",
"name": "insomnux",
"avatar_url": "https://avatars1.githubusercontent.com/u/9019783?v=4",
"profile": "https://github.com/insomnux",
"contributions": [
"translation"
]
},
{
"login": "Jmsm19",
"name": "Jorge Soto",
"avatar_url": "https://avatars3.githubusercontent.com/u/7689660?v=4",
"profile": "https://ve.linkedin.com/in/jorgemsm19",
"contributions": [
"code",
"design"
]
},
{
"login": "aliciaphes",
"name": "Alicia Pérez",
"avatar_url": "https://avatars1.githubusercontent.com/u/5432702?v=4",
"profile": "http://www.linkedin.com/in/aliciapr",
"contributions": [
"translation"
]
}
]
}