-
Notifications
You must be signed in to change notification settings - Fork 18
/
.all-contributorsrc
123 lines (123 loc) · 2.91 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
115
116
117
118
119
120
121
122
123
{
"projectName": "genkit-plugins",
"projectOwner": "TheFireCo",
"files": [
"README.md"
],
"commitType": "docs",
"commitConvention": "angular",
"contributorsPerLine": 7,
"contributors": [
{
"login": "davidoort",
"name": "David Oort Alonso",
"avatar_url": "https://avatars.githubusercontent.com/u/21220927?v=4",
"profile": "http://david-alonso.com",
"contributions": [
"code",
"doc",
"maintenance",
"test"
]
},
{
"login": "EPMatt",
"name": "Matteo Agnoletto",
"avatar_url": "https://avatars.githubusercontent.com/u/30753195?v=4",
"profile": "https://epmatt.com",
"contributions": [
"code",
"doc",
"test",
"maintenance"
]
},
{
"login": "Dabolus",
"name": "Giorgio Garasto",
"avatar_url": "https://avatars.githubusercontent.com/u/28671340?v=4",
"profile": "https://giorgio.garasto.me",
"contributions": [
"code",
"doc",
"test"
]
},
{
"login": "TommasoBendinelli",
"name": "Tommaso Bendinelli",
"avatar_url": "https://avatars.githubusercontent.com/u/43389342?v=4",
"profile": "https://github.com/TommasoBendinelli",
"contributions": [
"code",
"doc",
"test"
]
},
{
"login": "vulus98",
"name": "Vukasin Bozic",
"avatar_url": "https://avatars.githubusercontent.com/u/62475050?v=4",
"profile": "https://github.com/vulus98",
"contributions": [
"code",
"doc",
"test"
]
},
{
"login": "calenwu",
"name": "Georg Ye",
"avatar_url": "https://avatars.githubusercontent.com/u/23285716?v=4",
"profile": "https://calenwu.com",
"contributions": [
"code",
"doc",
"test"
]
},
{
"login": "MichaelDoyle",
"name": "Michael Doyle",
"avatar_url": "https://avatars.githubusercontent.com/u/2858322?v=4",
"profile": "http://michaeldoyle.dev",
"contributions": [
"code",
"doc"
]
},
{
"login": "retzd-tech",
"name": "Surahutomo Aziz Pradana",
"avatar_url": "https://avatars.githubusercontent.com/u/29590303?v=4",
"profile": "https://www.linkedin.com/in/retzd",
"contributions": [
"code",
"doc",
"test"
]
},
{
"login": "zhanshuyou",
"name": "Shuyoou",
"avatar_url": "https://avatars.githubusercontent.com/u/7420640?v=4",
"profile": "http://shuyoou.com",
"contributions": [
"code",
"doc",
"test"
]
},
{
"login": "cabljac",
"name": "Jacob Cable",
"avatar_url": "https://avatars.githubusercontent.com/u/32874567?v=4",
"profile": "https://github.com/cabljac",
"contributions": [
"code",
"test",
"doc"
]
}
]
}