-
Notifications
You must be signed in to change notification settings - Fork 19
/
.all-contributorsrc
104 lines (104 loc) · 3.24 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
103
104
{
"imageSize": 75,
"projectName": "prisma-relay-cursor-connection",
"projectOwner": "devoxa",
"repoType": "github",
"repoHost": "https://github.com",
"skipCi": true,
"contributors": [
{
"login": "queicherius",
"name": "David Reeß",
"avatar_url": "https://avatars3.githubusercontent.com/u/4615516?v=4",
"profile": "https://www.david-reess.de",
"contributions": ["code", "doc", "test"]
},
{
"login": "ctrlplusb",
"name": "Sean Matheson",
"avatar_url": "https://avatars2.githubusercontent.com/u/12164768?v=4",
"profile": "https://twitter.com/controlplusb",
"contributions": ["code", "test"]
},
{
"login": "marcjulian",
"name": "Marc",
"avatar_url": "https://avatars1.githubusercontent.com/u/8985933?v=4",
"profile": "https://marcjulian.de/?ref=github",
"contributions": ["code"]
},
{
"login": "jeongsd",
"name": "Jeong Seong Dae",
"avatar_url": "https://avatars1.githubusercontent.com/u/7903426?v=4",
"profile": "http://jeongsd.dev",
"contributions": ["code", "test"]
},
{
"login": "ahmetuysal",
"name": "Ahmet Uysal",
"avatar_url": "https://avatars.githubusercontent.com/u/26417668?v=4",
"profile": "https://github.com/ahmetuysal",
"contributions": ["code", "test"]
},
{
"login": "nicksrandall",
"name": "Nick Randall",
"avatar_url": "https://avatars.githubusercontent.com/u/1800460?v=4",
"profile": "https://github.com/nicksrandall",
"contributions": ["code"]
},
{
"login": "igo",
"name": "Igor Urminček",
"avatar_url": "https://avatars.githubusercontent.com/u/55597?v=4",
"profile": "https://github.com/igo",
"contributions": ["doc"]
},
{
"login": "TheAschr",
"name": "Alex Schrimpf",
"avatar_url": "https://avatars.githubusercontent.com/u/10580515?v=4",
"profile": "https://github.com/TheAschr",
"contributions": ["code"]
},
{
"login": "marinarierav",
"name": "Marina Riera",
"avatar_url": "https://avatars.githubusercontent.com/u/47626039?v=4",
"profile": "https://github.com/marinarierav",
"contributions": ["code"]
},
{
"login": "kervin5",
"name": "Kervin Vasquez",
"avatar_url": "https://avatars.githubusercontent.com/u/15281277?v=4",
"profile": "https://kervin.tech/",
"contributions": ["code", "test"]
},
{
"login": "JeffGuKang",
"name": "Jeff Gu Kang",
"avatar_url": "https://avatars.githubusercontent.com/u/216363?v=4",
"profile": "http://stackoverflow.com/users/515932/jeff-gu-kang?tab=profile",
"contributions": ["doc"]
},
{
"login": "orta",
"name": "Orta Therox",
"avatar_url": "https://avatars.githubusercontent.com/u/49038?v=4",
"profile": "https://orta.io/",
"contributions": ["code", "doc", "test"]
},
{
"login": "Kareem-Medhat",
"name": "Kareem-Medhat",
"avatar_url": "https://avatars.githubusercontent.com/u/39652808?v=4",
"profile": "https://github.com/Kareem-Medhat",
"contributions": ["code"]
}
],
"files": ["README.md"],
"contributorsPerLine": 7,
"commitConvention": "none"
}