-
Notifications
You must be signed in to change notification settings - Fork 29
/
Copy path.all-contributorsrc
99 lines (99 loc) · 2.51 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
{
"files": [
"README.md",
"packages/skott/README.md"
],
"imageSize": 100,
"commit": false,
"contributors": [
{
"login": "daniel-relay",
"name": "Daniel Sadilek",
"avatar_url": "https://avatars.githubusercontent.com/u/88200787?v=4",
"profile": "https://github.com/daniel-relay",
"contributions": [
"code"
]
},
{
"login": "antoine-coulon",
"name": "Antoine Coulon",
"avatar_url": "https://avatars.githubusercontent.com/u/43391199?v=4",
"profile": "https://dev.to/antoinecoulon",
"contributions": [
"code"
]
},
{
"login": "tarrsalah",
"name": "Salah Eddine Taouririt",
"avatar_url": "https://avatars.githubusercontent.com/u/909959?v=4",
"profile": "https://github.com/tarrsalah",
"contributions": [
"code"
]
},
{
"login": "ACHP",
"name": "Alexis CHAPPRON",
"avatar_url": "https://avatars.githubusercontent.com/u/9294168?v=4",
"profile": "https://github.com/ACHP",
"contributions": [
"code"
]
},
{
"login": "robertoyoc",
"name": "Roberto Yoc",
"avatar_url": "https://avatars.githubusercontent.com/u/16704638?v=4",
"profile": "https://github.com/robertoyoc",
"contributions": [
"code"
]
},
{
"login": "pedrolamas",
"name": "Pedro Lamas",
"avatar_url": "https://avatars.githubusercontent.com/u/85504?v=4",
"profile": "https://www.pedrolamas.com",
"contributions": [
"code"
]
},
{
"login": "AlexandrHoroshih",
"name": "Alexander Khoroshikh",
"avatar_url": "https://avatars.githubusercontent.com/u/32790736?v=4",
"profile": "https://github.com/AlexandrHoroshih",
"contributions": [
"code"
]
},
{
"login": "aniravi24",
"name": "Ani Ravi",
"avatar_url": "https://avatars.githubusercontent.com/u/5902976?v=4",
"profile": "https://aniravi.com",
"contributions": [
"code"
]
},
{
"login": "MengLinMaker",
"name": "Meng Lin",
"avatar_url": "https://avatars.githubusercontent.com/u/39476147?v=4",
"profile": "https://github.com/MengLinMaker",
"contributions": [
"code"
]
}
],
"contributorsPerLine": 7,
"projectName": "skott",
"projectOwner": "antoine-coulon",
"repoType": "github",
"repoHost": "https://github.com",
"skipCi": true,
"commitConvention": "angular",
"commitType": "docs"
}