-
-
Notifications
You must be signed in to change notification settings - Fork 27
/
Copy path.all-contributorsrc
82 lines (82 loc) · 1.99 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
{
"files": [
"README.md"
],
"imageSize": 100,
"commit": false,
"contributors": [
{
"login": "cdimascio",
"name": "Carmine DiMascio",
"avatar_url": "https://avatars1.githubusercontent.com/u/4706618?v=4",
"profile": "http://www.twitter.com/carminedimascio",
"contributions": [
"code",
"doc",
"infra"
]
},
{
"login": "arniu",
"name": "Arniu Tseng",
"avatar_url": "https://avatars3.githubusercontent.com/u/1286674?v=4",
"profile": "https://github.com/arniu",
"contributions": [
"code",
"doc",
"infra"
]
},
{
"login": "pwoolcoc",
"name": "Paul Woolcock",
"avatar_url": "https://avatars3.githubusercontent.com/u/620392?v=4",
"profile": "http://pwoolcoc.gitlab.io",
"contributions": [
"ideas"
]
},
{
"login": "Playacem",
"name": "Playacem",
"avatar_url": "https://avatars3.githubusercontent.com/u/3692093?v=4",
"profile": "https://github.com/Playacem",
"contributions": [
"code"
]
},
{
"login": "Cleymax",
"name": "Clément P.",
"avatar_url": "https://avatars3.githubusercontent.com/u/24879740?v=4",
"profile": "https://cleymax.fr/",
"contributions": [
"code"
]
},
{
"login": "HarryHenryGebel",
"name": "Harry Henry Gebel",
"avatar_url": "https://avatars2.githubusercontent.com/u/1482486?v=4",
"profile": "https://github.com/HarryHenryGebel",
"contributions": [
"doc"
]
},
{
"login": "NyCodeGHG",
"name": "NyCode",
"avatar_url": "https://avatars.githubusercontent.com/u/37078297?v=4",
"profile": "https://twitch.tv/NyCodeGHG",
"contributions": [
"doc"
]
}
],
"contributorsPerLine": 7,
"projectName": "dotenv-kotlin",
"projectOwner": "cdimascio",
"repoType": "github",
"repoHost": "https://github.com",
"skipCi": true
}