-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.all-contributorsrc
102 lines (102 loc) · 2.5 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
90
91
92
93
94
95
96
97
98
99
100
101
102
{
"projectName": "covid-sankey-vizualization",
"projectOwner": "LonnyGomes",
"repoType": "github",
"repoHost": "https://github.com",
"files": [
"README.md"
],
"imageSize": 100,
"commit": false,
"commitConvention": "angular",
"contributors": [
{
"login": "LonnyGomes",
"name": "Lonny Gomes",
"avatar_url": "https://avatars0.githubusercontent.com/u/50893208?v=4",
"profile": "http://lonnygomes.com",
"contributions": [
"code",
"maintenance"
]
},
{
"login": "kmliebe",
"name": "kmliebe",
"avatar_url": "https://avatars2.githubusercontent.com/u/62724254?v=4",
"profile": "https://github.com/kmliebe",
"contributions": [
"design",
"ideas"
]
},
{
"login": "panoz7",
"name": "panoz7",
"avatar_url": "https://avatars1.githubusercontent.com/u/41122569?v=4",
"profile": "https://github.com/panoz7",
"contributions": [
"ideas"
]
},
{
"login": "pawn002",
"name": "J. Z. Rioflorido",
"avatar_url": "https://avatars3.githubusercontent.com/u/24492257?v=4",
"profile": "https://github.com/pawn002",
"contributions": [
"ideas",
"design",
"a11y"
]
},
{
"login": "pomber",
"name": "Rodrigo Pombo",
"avatar_url": "https://avatars1.githubusercontent.com/u/1911623?v=4",
"profile": "https://pomb.us",
"contributions": [
"data"
]
},
{
"login": "NovelCOVID",
"name": "NovelCOVID",
"avatar_url": "https://avatars1.githubusercontent.com/u/61817610?v=4",
"profile": "https://github.com/NovelCOVID",
"contributions": [
"data"
]
},
{
"login": "coreygearhart",
"name": "Corey Gearhart",
"avatar_url": "https://avatars0.githubusercontent.com/u/13511406?v=4",
"profile": "http://coreygearhart.com",
"contributions": [
"ideas",
"a11y"
]
},
{
"login": "kelissa",
"name": "kelissa",
"avatar_url": "https://avatars2.githubusercontent.com/u/50927767?v=4",
"profile": "https://github.com/kelissa",
"contributions": [
"design",
"ideas"
]
},
{
"login": "COBAcode",
"name": "Corey B",
"avatar_url": "https://avatars3.githubusercontent.com/u/50960497?v=4",
"profile": "https://github.com/COBAcode",
"contributions": [
"ideas"
]
}
],
"contributorsPerLine": 7
}