-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.all-contributorsrc
84 lines (84 loc) · 2.05 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
{
"projectName": "pko",
"projectOwner": "RomainMuller",
"repoType": "github",
"repoHost": "https://github.com",
"contributorsSortAlphabetically": true,
"skipCi": true,
"files": [
"README.md"
],
"contributors": [
{
"login": "RomainMuller",
"name": "Romain Marcadier",
"avatar_url": "https://avatars2.githubusercontent.com/u/411689?v=4",
"profile": "https://keybase.io/romainmuller",
"contributions": [
"code",
"bug",
"review",
"test",
"maintenance",
"ideas"
]
},
{
"login": "eladb",
"name": "Elad Ben-Israel",
"avatar_url": "https://avatars3.githubusercontent.com/u/598796?v=4",
"profile": "http://eladb.github.com/",
"contributions": [
"code",
"bug",
"review",
"test",
"maintenance",
"ideas"
]
},
{
"login": "dependabot-preview[bot]",
"name": "dependabot-preview[bot]",
"avatar_url": "https://avatars3.githubusercontent.com/in/2141?v=4",
"profile": "https://github.com/apps/dependabot-preview",
"contributions": [
"maintenance"
]
},
{
"login": "dependabot[bot]",
"name": "dependabot[bot]",
"avatar_url": "https://avatars0.githubusercontent.com/in/29110?v=4",
"profile": "https://github.com/apps/dependabot",
"contributions": [
"maintenance"
]
},
{
"login": "greenkeeper[bot]",
"name": "greenkeeper[bot]",
"avatar_url": "https://avatars3.githubusercontent.com/in/505?v=4",
"profile": "https://github.com/apps/greenkeeper",
"contributions": [
"maintenance"
]
},
{
"login": "rix0rrr",
"name": "Rico Huijbers",
"avatar_url": "https://avatars2.githubusercontent.com/u/524162?v=4",
"profile": "http://rix0r.nl/",
"contributions": [
"code",
"bug",
"review",
"test",
"maintenance",
"ideas"
]
}
],
"contributorsPerLine": 7,
"commitConvention": "none"
}