-
Notifications
You must be signed in to change notification settings - Fork 12
/
.all-contributorsrc
89 lines (89 loc) · 2.05 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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
{
"projectName": "dockta",
"projectOwner": "stencila",
"repoType": "github",
"repoHost": "https://github.com",
"files": [
"README.md"
],
"imageSize": 100,
"commit": true,
"contributors": [
{
"login": "remram44",
"name": "Remi Rampin",
"avatar_url": "https://avatars3.githubusercontent.com/u/426784?v=4",
"profile": "https://remirampin.com/",
"contributions": [
"bug",
"code",
"ideas"
]
},
{
"login": "beneboy",
"name": "Ben",
"avatar_url": "https://avatars1.githubusercontent.com/u/292725?v=4",
"profile": "http://bbit.co.nz",
"contributions": [
"code",
"ideas"
]
},
{
"login": "apawlik",
"name": "Aleksandra Pawlik",
"avatar_url": "https://avatars2.githubusercontent.com/u/2358535?v=4",
"profile": "http://stenci.la",
"contributions": [
"code",
"example",
"bug"
]
},
{
"login": "nokome",
"name": "Nokome Bentley",
"avatar_url": "https://avatars0.githubusercontent.com/u/1152336?v=4",
"profile": "https://github.com/nokome",
"contributions": [
"code",
"test"
]
},
{
"login": "giorgiosironi",
"name": "Giorgio Sironi",
"avatar_url": "https://avatars3.githubusercontent.com/u/160299?v=4",
"profile": "http://giorgiosironi.com",
"contributions": [
"review",
"bug",
"ideas",
"question"
]
},
{
"login": "bmpvieira",
"name": "Bruno Vieira",
"avatar_url": "https://avatars3.githubusercontent.com/u/263386?v=4",
"profile": "http://bmpvieira.com",
"contributions": [
"code",
"ideas",
"test"
]
},
{
"login": "gliptak",
"name": "Gábor Lipták",
"avatar_url": "https://avatars0.githubusercontent.com/u/50109?v=4",
"profile": "https://gliptak.github.io/",
"contributions": [
"infra",
"bug"
]
}
],
"contributorsPerLine": 7
}