-
Notifications
You must be signed in to change notification settings - Fork 10
/
.all-contributorsrc
81 lines (81 loc) · 1.95 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
{
"projectName": "web-analytics-handbook",
"projectOwner": "EveryAnalytics",
"files": [
"README.md"
],
"imageSize": 100,
"commit": false,
"contributors": [
{
"login": "hiphapis",
"name": "Johan Kim",
"avatar_url": "https://avatars.githubusercontent.com/u/18629?v=4",
"profile": "http://hiphapis.net",
"contributions": [
"review",
"code"
]
},
{
"login": "hy57in",
"name": "HyojinKim",
"avatar_url": "https://avatars.githubusercontent.com/u/60775453?v=4",
"profile": "https://velog.io/@gwsyl22",
"contributions": [
"doc"
]
},
{
"login": "josworks27",
"name": "Seongcheol Jo",
"avatar_url": "https://avatars.githubusercontent.com/u/48130830?v=4",
"profile": "https://github.com/josworks27",
"contributions": [
"code"
]
},
{
"login": "uoon-dev",
"name": "uoon (philos)",
"avatar_url": "https://avatars.githubusercontent.com/u/38661266?v=4",
"profile": "https://github.com/uoon-dev",
"contributions": [
"doc",
"code"
]
},
{
"login": "jiyoon1156",
"name": "Jiyoon Hur",
"avatar_url": "https://avatars.githubusercontent.com/u/60052127?v=4",
"profile": "https://forhjy.medium.com/",
"contributions": [
"doc"
]
},
{
"login": "greatSumini",
"name": "Choi Sumin",
"avatar_url": "https://avatars.githubusercontent.com/u/48555121?v=4",
"profile": "https://sumini.dev",
"contributions": [
"code",
"doc"
]
},
{
"login": "yeppin",
"name": "Yebin Seo",
"avatar_url": "https://avatars.githubusercontent.com/u/81066071?v=4",
"profile": "https://github.com/yeppin",
"contributions": [
"code"
]
}
],
"contributorsPerLine": 7,
"repoType": "github",
"repoHost": "https://github.com",
"skipCi": false
}