-
-
Notifications
You must be signed in to change notification settings - Fork 36
/
Copy path.all-contributorsrc
62 lines (62 loc) · 1.47 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
{
"projectName": "screen_capturer",
"projectOwner": "leanflutter",
"repoType": "github",
"repoHost": "https://github.com",
"files": [
"README.md",
"README-ZH.md"
],
"imageSize": 100,
"commit": false,
"commitConvention": "none",
"contributors": [
{
"login": "lijy91",
"name": "LiJianying",
"avatar_url": "https://avatars.githubusercontent.com/u/3889523?v=4",
"profile": "https://github.com/lijy91",
"contributions": [
"code"
]
},
{
"login": "amit548",
"name": "Amit Mondal",
"avatar_url": "https://avatars.githubusercontent.com/u/36206377?v=4",
"profile": "https://github.com/amit548",
"contributions": [
"code"
]
},
{
"login": "lightrabbit",
"name": "lightrabbit",
"avatar_url": "https://avatars.githubusercontent.com/u/1521765?v=4",
"profile": "https://github.com/lightrabbit",
"contributions": [
"code"
]
},
{
"login": "gvenusleo",
"name": "liuyuxin",
"avatar_url": "https://avatars.githubusercontent.com/u/79075347?v=4",
"profile": "https://liuyu.xin/",
"contributions": [
"code"
]
},
{
"login": "kungege",
"name": "kalykun",
"avatar_url": "https://avatars.githubusercontent.com/u/16132584?v=4",
"profile": "https://boring.cool/",
"contributions": [
"doc"
]
}
],
"contributorsPerLine": 7,
"linkToUsage": true
}