forked from mobily/ts-belt
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.all-contributorsrc
96 lines (96 loc) · 2.75 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
85
86
87
88
89
90
91
92
93
94
95
96
{
"projectName": "ts-belt",
"projectOwner": "mobily",
"repoType": "github",
"repoHost": "https://github.com",
"files": ["README.md"],
"imageSize": 100,
"commit": false,
"contributors": [
{
"login": "mobily",
"name": "Marcin Dziewulski",
"avatar_url": "https://avatars1.githubusercontent.com/u/1467712?v=4",
"profile": "https://twitter.com/__marcin_",
"contributions": ["code", "doc", "test", "design", "maintenance"]
},
{
"login": "foull",
"name": "Krzysztof Lenda",
"avatar_url": "https://avatars.githubusercontent.com/u/902819?v=4",
"profile": "http://github.com/foull",
"contributions": ["doc"]
},
{
"login": "panr",
"name": "Radek Kozieł",
"avatar_url": "https://avatars.githubusercontent.com/u/1303365?v=4",
"profile": "https://github.com/panr",
"contributions": ["doc"]
},
{
"login": "Fortidude",
"name": "Artur",
"avatar_url": "https://avatars.githubusercontent.com/u/8781462?v=4",
"profile": "https://github.com/Fortidude",
"contributions": ["doc"]
},
{
"login": "domeknn",
"name": "Dominik Łopaciński",
"avatar_url": "https://avatars.githubusercontent.com/u/9402280?v=4",
"profile": "https://github.com/domeknn",
"contributions": ["code", "doc", "test"]
},
{
"login": "Eghizio",
"name": "Jakub Wąsik",
"avatar_url": "https://avatars.githubusercontent.com/u/32049761?v=4",
"profile": "https://github.com/Eghizio",
"contributions": ["doc"]
},
{
"login": "Dilven",
"name": "Krystian Mateusiak",
"avatar_url": "https://avatars.githubusercontent.com/u/26671751?v=4",
"profile": "https://github.com/Dilven",
"contributions": ["code", "doc", "test"]
},
{
"login": "mmiszy",
"name": "Michał Miszczyszyn",
"avatar_url": "https://avatars.githubusercontent.com/u/1338731?v=4",
"profile": "https://typeofweb.com/",
"contributions": ["ideas"]
},
{
"login": "remnantkevin",
"name": "Kevin",
"avatar_url": "https://avatars.githubusercontent.com/u/8270635?v=4",
"profile": "https://github.com/remnantkevin",
"contributions": ["doc"]
},
{
"login": "anthony-khong",
"name": "Anthony Khong",
"avatar_url": "https://avatars.githubusercontent.com/u/12151757?v=4",
"profile": "https://github.com/anthony-khong",
"contributions": ["code", "doc", "test"]
},
{
"login": "Pyrolistical",
"name": "Pyrolistical",
"avatar_url": "https://avatars.githubusercontent.com/u/463642?v=4",
"profile": "http://pyrolistical.github.com/",
"contributions": ["doc", "maintenance", "ideas"]
},
{
"login": "zoontek",
"name": "Mathieu Acthernoene",
"avatar_url": "https://avatars.githubusercontent.com/u/1902323?v=4",
"profile": "https://zoontek.me/",
"contributions": ["ideas"]
}
],
"commitConvention": "none"
}