-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy path.all-contributorsrc
77 lines (77 loc) · 1.87 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
{
"files": [
"README.md",
"README-EN.md"
],
"imageSize": 100,
"commit": false,
"contributors": [
{
"login": "lFandoriNl",
"name": "Maxim Koylo",
"avatar_url": "https://avatars0.githubusercontent.com/u/23149596?v=4",
"profile": "https://github.com/lFandoriNl",
"contributions": [
"code",
"test",
"data",
"ideas",
"projectManagement",
"review"
]
},
{
"login": "NothingToSayLGFM",
"name": "NothingToSayLGFM",
"avatar_url": "https://avatars0.githubusercontent.com/u/62837832?v=4",
"profile": "https://github.com/NothingToSayLGFM",
"contributions": [
"code"
]
},
{
"login": "Extwazer",
"name": "Extwazer",
"avatar_url": "https://avatars1.githubusercontent.com/u/43049398?v=4",
"profile": "https://github.com/Extwazer",
"contributions": [
"code"
]
},
{
"login": "nevstafev",
"name": "nevstafev",
"avatar_url": "https://avatars0.githubusercontent.com/u/16920632?v=4",
"profile": "https://github.com/nevstafev",
"contributions": [
"code",
"ideas"
]
},
{
"login": "NChechulin",
"name": "Nikolay Chechulin",
"avatar_url": "https://avatars1.githubusercontent.com/u/38015818?v=4",
"profile": "http://nchechulin.github.io",
"contributions": [
"translation"
]
},
{
"login": "alexey-pd",
"name": "Alexey Pudnikov",
"avatar_url": "https://avatars1.githubusercontent.com/u/12380196?v=4",
"profile": "https://github.com/alexey-pd",
"contributions": [
"code",
"doc"
]
}
],
"contributorsPerLine": 7,
"projectName": "monopoly",
"projectOwner": "lFandoriNl",
"repoType": "github",
"repoHost": "https://github.com",
"skipCi": true
}