-
-
Notifications
You must be signed in to change notification settings - Fork 133
/
.all-contributorsrc
73 lines (73 loc) · 1.74 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
{
"projectName": "otplib",
"projectOwner": "yeojz",
"repoType": "github",
"repoHost": "https://github.com",
"files": [
"README.md"
],
"imageSize": 80,
"commit": false,
"commitConvention": "angular",
"contributorsPerLine": 7,
"contributors": [
{
"login": "yeojz",
"name": "Gerald Yeo",
"avatar_url": "https://avatars2.githubusercontent.com/u/429598?v=4",
"profile": "https://github.com/yeojz",
"contributions": [
"code",
"doc",
"maintenance",
"test"
]
},
{
"login": "olsio",
"name": "Oliver Schneider",
"avatar_url": "https://avatars3.githubusercontent.com/u/6209178?v=4",
"profile": "https://ols.io",
"contributions": [
"doc"
]
},
{
"login": "madarche",
"name": "Marc-Aurèle DARCHE",
"avatar_url": "https://avatars0.githubusercontent.com/u/152407?v=4",
"profile": "https://developer.mozilla.org/profiles/madarche/",
"contributions": [
"doc"
]
},
{
"login": "shakram02",
"name": "Ahmed Hamdy (@shakram02)",
"avatar_url": "https://avatars3.githubusercontent.com/u/10996982?v=4",
"profile": "http://shakram02.github.io/",
"contributions": [
"doc"
]
},
{
"login": "UziTech",
"name": "Tony Brix",
"avatar_url": "https://avatars3.githubusercontent.com/u/97994?v=4",
"profile": "https://tony.brix.ninja",
"contributions": [
"code",
"doc"
]
},
{
"login": "encX",
"name": "Plai",
"avatar_url": "https://avatars3.githubusercontent.com/u/5965883?v=4",
"profile": "https://github.com/encX",
"contributions": [
"doc"
]
}
]
}