-
Notifications
You must be signed in to change notification settings - Fork 2
/
.all-contributorsrc
96 lines (96 loc) · 2.25 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
{
"projectName": "hyper-orama",
"projectOwner": "cwlowder",
"repoType": "github",
"repoHost": "https://github.com",
"files": [
"README.md",
"CONTRIBUTORS.md"
],
"imageSize": 100,
"commit": false,
"contributors": [
{
"login": "lpulley",
"name": "Logan Pulley",
"avatar_url": "https://avatars3.githubusercontent.com/u/7193187?v=4",
"profile": "https://github.com/lpulley",
"contributions": [
"doc",
"ideas",
"review"
]
},
{
"login": "juancampa",
"name": "Juan Campa",
"avatar_url": "https://avatars2.githubusercontent.com/u/1410520?v=4",
"profile": "https://github.com/juancampa",
"contributions": [
"eventOrganizing",
"ideas",
"infra",
"review",
"test"
]
},
{
"login": "rioam2",
"name": "Rio Martinez",
"avatar_url": "https://avatars1.githubusercontent.com/u/35539750?v=4",
"profile": "https://www.linkedin.com/in/rio-martinez/",
"contributions": [
"code",
"design",
"bug"
]
},
{
"login": "kmui2",
"name": "Kevin Mui",
"avatar_url": "https://avatars2.githubusercontent.com/u/17896701?v=4",
"profile": "http://pages.cs.wisc.edu/~mui/",
"contributions": [
"code",
]
},
{
"login": "cwlowder",
"name": "Curtis Lowder",
"avatar_url": "https://avatars2.githubusercontent.com/u/17357997?v=4",
"profile": "https://github.com/cwlowder",
"contributions": [
"doc",
"ideas",
"bug",
]
},
{
"login": "cjoshmartin",
"name": "Josh Martin",
"avatar_url": "https://avatars0.githubusercontent.com/u/8135112?v=4",
"profile": "https://cjoshmartin.com",
"contributions": [
"code",
"question",
"bug",
"doc",
"maintenance"
]
},
{
"login": "TejasQ",
"name": "Tejas Kumar",
"avatar_url": "https://avatars1.githubusercontent.com/u/9947422?v=4",
"profile": "https://twitter.com/tejaskumar_",
"contributions": [
"eventOrganizing",
"ideas",
"infra",
"review",
"test"
]
}
],
"contributorsPerLine": 7
}