-
Notifications
You must be signed in to change notification settings - Fork 137
/
Copy path.all-contributorsrc
115 lines (114 loc) · 3.42 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
105
106
107
108
109
110
111
112
113
114
{
"projectName": "gmail-processor",
"projectOwner": "ahochsteger",
"repoType": "github",
"repoHost": "https://github.com",
"files": ["README.md"],
"imageSize": 100,
"commit": true,
"commitConvention": "angular",
"contributors": [
{
"login": "ahochsteger",
"name": "Andreas Hochsteger",
"avatar_url": "https://avatars.githubusercontent.com/u/207989?v=4",
"profile": "https://github.com/ahochsteger",
"contributions": [
"code",
"doc",
"example",
"infra",
"maintenance",
"review",
"tool",
"test"
]
},
{
"login": "piraveen",
"name": "Piraveen Kamalathas",
"avatar_url": "https://avatars.githubusercontent.com/u/7525600?v=4",
"profile": "https://github.com/piraveen",
"contributions": ["code", "doc"]
},
{
"login": "cciprian5",
"name": "Ciprian Constantinescu",
"avatar_url": "https://avatars.githubusercontent.com/u/24846146?v=4",
"profile": "https://github.com/cciprian5",
"contributions": ["code", "example"]
},
{
"login": "marcusschweizer",
"name": "marcusschweizer",
"avatar_url": "https://avatars.githubusercontent.com/u/25128893?v=4",
"profile": "https://github.com/marcusschweizer",
"contributions": ["code"]
},
{
"login": "maks-io",
"name": "Markus Kurzmann",
"avatar_url": "https://avatars.githubusercontent.com/u/48987577?v=4",
"profile": "https://www.kurzmann.io/",
"contributions": ["code"]
},
{
"login": "Claude123",
"name": "NadavClaudeCohen",
"avatar_url": "https://avatars.githubusercontent.com/u/28677693?v=4",
"profile": "https://github.com/Claude123",
"contributions": ["code", "doc", "example"]
},
{
"login": "tomlux",
"name": "Schuller Tom",
"avatar_url": "https://avatars.githubusercontent.com/u/992753?v=4",
"profile": "https://github.com/tomlux",
"contributions": ["code", "example"]
},
{
"login": "amishHammer",
"name": "Tom Judge",
"avatar_url": "https://avatars.githubusercontent.com/u/971788?v=4",
"profile": "http://www.tomjudge.com/",
"contributions": ["code", "example"]
},
{
"login": "DavidLemayian",
"name": "David Lemayian ✨",
"avatar_url": "https://avatars.githubusercontent.com/u/877919?v=4",
"profile": "https://davidlemayian.com/",
"contributions": ["doc"]
},
{
"login": "denny",
"name": "Denny de la Haye",
"avatar_url": "https://avatars.githubusercontent.com/u/86243?v=4",
"profile": "https://denny.me/",
"contributions": ["code"]
},
{
"login": "steve192",
"name": "steve192",
"avatar_url": "https://avatars.githubusercontent.com/u/6454983?v=4",
"profile": "https://github.com/steve192",
"contributions": ["code"]
},
{
"login": "gregorynicholas",
"name": "gregory nicholas",
"avatar_url": "https://avatars.githubusercontent.com/u/407650?v=4",
"profile": "https://gregorynicholas.com/",
"contributions": ["example"]
},
{
"login": "gabrielhesposito",
"name": "Gabriel Esposito",
"avatar_url": "https://avatars.githubusercontent.com/u/9630328?v=4",
"profile": "https://github.com/gabrielhesposito",
"contributions": ["doc"]
}
],
"contributorsPerLine": 7,
"linkToUsage": true
}