-
-
Notifications
You must be signed in to change notification settings - Fork 42
/
.all-contributorsrc
74 lines (74 loc) · 1.78 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
{
"files": [
"README.md"
],
"imageSize": 100,
"commit": false,
"contributors": [
{
"login": "Mooninaut",
"name": "Clement Cherlin",
"avatar_url": "https://avatars.githubusercontent.com/u/1463364?v=4",
"profile": "https://github.com/Mooninaut",
"contributions": [
"code",
"test"
]
},
{
"login": "alexbraga",
"name": "Alex Braga",
"avatar_url": "https://avatars.githubusercontent.com/u/61568124?v=4",
"profile": "https://github.com/alexbraga",
"contributions": [
"doc"
]
},
{
"login": "c00ler",
"name": "Alexey Venderov",
"avatar_url": "https://avatars.githubusercontent.com/u/1210272?v=4",
"profile": "https://github.com/c00ler",
"contributions": [
"code"
]
},
{
"login": "yassenb",
"name": "yassenb",
"avatar_url": "https://avatars.githubusercontent.com/u/531223?v=4",
"profile": "https://github.com/yassenb",
"contributions": [
"code"
]
},
{
"login": "dizney",
"name": "Sidney Beekhoven",
"avatar_url": "https://avatars.githubusercontent.com/u/903673?v=4",
"profile": "https://sidney.beekhoven.nl",
"contributions": [
"code",
"doc"
]
},
{
"login": "manoelcampos",
"name": "Manoel Campos",
"avatar_url": "https://avatars.githubusercontent.com/u/261605?v=4",
"profile": "https://youtube.com/@manoelcamposdev",
"contributions": [
"code",
"test",
"infra"
]
}
],
"contributorsPerLine": 7,
"projectName": "dotenv-java",
"projectOwner": "cdimascio",
"repoType": "github",
"repoHost": "https://github.com",
"skipCi": true,
"commitConvention": "angular"
}