-
-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy path.all-contributorsrc
79 lines (79 loc) · 1.84 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
{
"files": [
"README.md"
],
"imageSize": 100,
"commit": false,
"contributors": [
{
"login": "AlexV525",
"name": "Alex Li",
"avatar_url": "https://avatars1.githubusercontent.com/u/15884415?v=4",
"profile": "https://blog.alexv525.com",
"contributions": [
"code",
"design",
"doc",
"example",
"ideas",
"maintenance",
"question",
"review"
]
},
{
"login": "a1017480401",
"name": "友人A",
"avatar_url": "https://avatars.githubusercontent.com/u/58846244?v=4",
"profile": "https://github.com/a1017480401",
"contributions": [
"code"
]
},
{
"login": "shirne",
"name": "shirne",
"avatar_url": "https://avatars.githubusercontent.com/u/2263157?v=4",
"profile": "https://www.shirne.com/",
"contributions": [
"code",
"bug",
"translation"
]
},
{
"login": "MrDgbot",
"name": "MrDgbot",
"avatar_url": "https://avatars.githubusercontent.com/u/60038945?v=4",
"profile": "https://github.com/MrDgbot",
"contributions": [
"code"
]
},
{
"login": "DemoJameson",
"name": "DemoJameson",
"avatar_url": "https://avatars.githubusercontent.com/u/181192?v=4",
"profile": "http://www.demojameson.com",
"contributions": [
"code",
"bug"
]
},
{
"login": "WeiJun0507",
"name": "Wei Jun",
"avatar_url": "https://avatars.githubusercontent.com/u/66726409?v=4",
"profile": "https://github.com/WeiJun0507",
"contributions": [
"code"
]
}
],
"contributorsPerLine": 7,
"projectName": "flutter_juejin",
"projectOwner": "fluttercandies",
"repoType": "github",
"repoHost": "https://github.com",
"skipCi": true
}