-
-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy path.all-contributorsrc
100 lines (100 loc) · 2.37 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
97
98
99
100
{
"projectName": "ts-auto-mock",
"projectOwner": "typescripttdd",
"repoType": "github",
"repoHost": "https://github.com",
"commitConvention": "angular",
"files": [
"README.md"
],
"imageSize": 60,
"commit": true,
"contributorsSortAlphabetically": true,
"contributors": [
{
"login": "uittorio",
"name": "Vittorio Guerriero",
"avatar_url": "https://avatars3.githubusercontent.com/u/17477623?v=4",
"profile": "https://uittorio.github.io/",
"contributions": [
"question",
"code",
"ideas",
"infra",
"maintenance",
"projectManagement",
"tool"
]
},
{
"login": "Pmyl",
"name": "Giulio Caprino",
"avatar_url": "https://avatars2.githubusercontent.com/u/16228209?v=4",
"profile": "https://github.com/Pmyl",
"contributions": [
"question",
"code",
"doc",
"ideas",
"infra",
"maintenance",
"projectManagement"
]
},
{
"login": "C0ZEN",
"name": "Geoffrey 'C0ZEN' Testelin",
"avatar_url": "https://avatars1.githubusercontent.com/u/10194542?v=4",
"profile": "http://www.geoffreytestelin.com/",
"contributions": [
"bug",
"code",
"ideas",
"tool"
]
},
{
"login": "martinjlowm",
"name": "Martin Jesper Low Madsen",
"avatar_url": "https://avatars0.githubusercontent.com/u/110860?v=4",
"profile": "http://www.martinjlowm.dk/",
"contributions": [
"bug",
"code",
"ideas"
]
},
{
"login": "wassy92x",
"name": "Fabian",
"avatar_url": "https://avatars0.githubusercontent.com/u/12649037?v=4",
"profile": "https://github.com/wassy92x",
"contributions": [
"bug",
"code"
]
},
{
"login": "artem1458",
"name": "Artem Kornev",
"avatar_url": "https://avatars1.githubusercontent.com/u/33227963?v=4",
"profile": "https://github.com/artem1458",
"contributions": [
"bug",
"code"
]
},
{
"login": "marcmrf",
"name": "Marc",
"avatar_url": "https://avatars0.githubusercontent.com/u/9928519?v=4",
"profile": "https://github.com/marcmrf",
"contributions": [
"bug",
"code"
]
}
],
"skipCi": false,
"contributorsPerLine": 7
}