-
Notifications
You must be signed in to change notification settings - Fork 72
/
.all-contributorsrc
98 lines (98 loc) · 2.45 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
{
"files": [
"README.md"
],
"imageSize": 100,
"commit": false,
"commitConvention": "angular",
"contributors": [
{
"login": "jacobfriedman",
"name": "Jacob Friedman",
"avatar_url": "https://avatars.githubusercontent.com/u/697310?v=4",
"profile": "https://github.com/jacobfriedman",
"contributions": [
"code"
]
},
{
"login": "FredrikAleksander",
"name": "FredrikAleksander",
"avatar_url": "https://avatars.githubusercontent.com/u/14351056?v=4",
"profile": "https://github.com/FredrikAleksander",
"contributions": [
"code"
]
},
{
"login": "samhocevar",
"name": "Sam Hocevar",
"avatar_url": "https://avatars.githubusercontent.com/u/245089?v=4",
"profile": "http://sam.hocevar.net/",
"contributions": [
"code"
]
},
{
"login": "totalgee",
"name": "Glen Fraser",
"avatar_url": "https://avatars.githubusercontent.com/u/306082?v=4",
"profile": "http://glenfraser.com",
"contributions": [
"code"
]
},
{
"login": "nicolasnoble",
"name": "Nicolas Noble",
"avatar_url": "https://avatars.githubusercontent.com/u/7281574?v=4",
"profile": "https://mastodon.world/@nicolas_noble",
"contributions": [
"code"
]
},
{
"login": "ABelliqueux",
"name": "Schnappy",
"avatar_url": "https://avatars.githubusercontent.com/u/1405255?v=4",
"profile": "https://schnappy.xyz",
"contributions": [
"code"
]
},
{
"login": "fezjo",
"name": "Jozef Číž",
"avatar_url": "https://avatars.githubusercontent.com/u/26350212?v=4",
"profile": "https://github.com/fezjo",
"contributions": [
"code"
]
},
{
"login": "Green-Sky",
"name": "Erik Scholz",
"avatar_url": "https://avatars.githubusercontent.com/u/2938071?v=4",
"profile": "https://github.com/Green-Sky",
"contributions": [
"code"
]
},
{
"login": "jessp01",
"name": "Jesse Portnoy",
"avatar_url": "https://avatars.githubusercontent.com/u/5270205?v=4",
"profile": "https://packman.io",
"contributions": [
"code"
]
}
],
"contributorsPerLine": 7,
"skipCi": true,
"repoType": "github",
"repoHost": "https://github.com",
"projectName": "zep",
"projectOwner": "Rezonality",
"commitType": "docs"
}