-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy path.all-contributorsrc
49 lines (48 loc) · 1.38 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
{
"imageSize": 75,
"projectName": "recipe-calculation",
"projectOwner": "gw2efficiency",
"repoType": "github",
"repoHost": "https://github.com",
"skipCi": true,
"contributors": [
{
"login": "queicherius",
"name": "David Reeß",
"avatar_url": "https://avatars3.githubusercontent.com/u/4615516?v=4",
"profile": "https://www.david-reess.de",
"contributions": ["code", "doc", "test"]
},
{
"login": "BenLubar",
"name": "Ben Lubar",
"avatar_url": "https://avatars.githubusercontent.com/u/4257305?v=4",
"profile": "https://ben.lubar.me/",
"contributions": ["data"]
},
{
"login": "holoxx",
"name": "Holox",
"avatar_url": "https://avatars.githubusercontent.com/u/16797784?v=4",
"profile": "https://github.com/holoxx",
"contributions": ["data"]
},
{
"login": "Ecmelt",
"name": "Ecmelt",
"avatar_url": "https://avatars.githubusercontent.com/u/7891512?v=4",
"profile": "https://github.com/Ecmelt",
"contributions": ["code", "test"]
},
{
"login": "darthmaim",
"name": "darthmaim",
"avatar_url": "https://avatars.githubusercontent.com/u/2511547?v=4",
"profile": "https://gw2treasures.com/",
"contributions": ["code", "test"]
}
],
"files": ["README.md"],
"contributorsPerLine": 7,
"commitConvention": "angular"
}