-
Notifications
You must be signed in to change notification settings - Fork 47
/
Copy path.all-contributorsrc
109 lines (109 loc) · 2.6 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
101
102
103
104
105
106
107
108
109
{
"files": [
"README.md"
],
"imageSize": 100,
"commit": false,
"contributors": [
{
"login": "jeffminsungkim",
"name": "Minsung Kim",
"avatar_url": "https://avatars1.githubusercontent.com/u/6092023?v=4",
"profile": "https://jeffminsungkim.com",
"contributions": [
"code",
"maintenance",
"doc",
"infra",
"ideas",
"test"
]
},
{
"login": "jmcdo29",
"name": "Jay McDoniel",
"avatar_url": "https://avatars3.githubusercontent.com/u/28268680?v=4",
"profile": "https://github.com/jmcdo29",
"contributions": [
"ideas",
"tool",
"review",
"code"
]
},
{
"login": "semin3276",
"name": "semin3276",
"avatar_url": "https://avatars1.githubusercontent.com/u/60590414?v=4",
"profile": "https://github.com/semin3276",
"contributions": [
"design"
]
},
{
"login": "volbrene",
"name": "René Volbach",
"avatar_url": "https://avatars0.githubusercontent.com/u/18092644?v=4",
"profile": "https://www.rene-volbach.de",
"contributions": [
"code",
"test"
]
},
{
"login": "gimyboya",
"name": "gimyboya",
"avatar_url": "https://avatars0.githubusercontent.com/u/14952013?v=4",
"profile": "http://grainer.io",
"contributions": [
"code"
]
},
{
"login": "dineshsalunke",
"name": "dineshsalunke",
"avatar_url": "https://avatars2.githubusercontent.com/u/52815633?v=4",
"profile": "https://github.com/dineshsalunke",
"contributions": [
"code",
"doc"
]
},
{
"login": "michaelwolz",
"name": "Michael Wolz",
"avatar_url": "https://avatars3.githubusercontent.com/u/7479806?v=4",
"profile": "http://michaelwolz.de",
"contributions": [
"code",
"doc"
]
},
{
"login": "visurel",
"name": "visurel",
"avatar_url": "https://avatars3.githubusercontent.com/u/7209649?v=4",
"profile": "https://visurel.com",
"contributions": [
"code",
"doc"
]
},
{
"login": "newbish",
"name": "Keith Kikta",
"avatar_url": "https://avatars.githubusercontent.com/u/1214744?v=4",
"profile": "http://tevpro.com",
"contributions": [
"maintenance",
"code"
]
}
],
"contributorsPerLine": 7,
"projectName": "nestjs-multer-extended",
"projectOwner": "jeffminsungkim",
"repoType": "github",
"repoHost": "https://github.com",
"skipCi": true
}