-
-
Notifications
You must be signed in to change notification settings - Fork 19
/
.all-contributorsrc
60 lines (60 loc) · 1.44 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
{
"files": [
"README.md"
],
"imageSize": 100,
"commit": false,
"contributors": [
{
"login": "c3nb",
"name": "C#Newbie",
"avatar_url": "https://avatars.githubusercontent.com/u/73321185?v=4",
"profile": "https://github.com/c3nb",
"contributions": [
"platform"
]
},
{
"login": "hwan809",
"name": "hwan809",
"avatar_url": "https://avatars.githubusercontent.com/u/55339366?v=4",
"profile": "https://github.com/hwan809",
"contributions": [
"platform"
]
},
{
"login": "sangchoo1201",
"name": "sangchoo1201",
"avatar_url": "https://avatars.githubusercontent.com/u/75765800?v=4",
"profile": "https://github.com/sangchoo1201",
"contributions": [
"platform"
]
},
{
"login": "wjdqhry",
"name": "Bogus Jung",
"avatar_url": "https://avatars.githubusercontent.com/u/30039641?v=4",
"profile": "https://github.com/wjdqhry",
"contributions": [
"code"
]
},
{
"login": "kdh8219",
"name": "kdh8219",
"avatar_url": "https://avatars.githubusercontent.com/u/65698239?v=4",
"profile": "https://github.com/kdh8219",
"contributions": [
"code"
]
}
],
"contributorsPerLine": 7,
"projectName": "asserlang",
"projectOwner": "assertive-lang",
"repoType": "github",
"repoHost": "https://github.com",
"skipCi": true
}