forked from fluttercandies/flutter_wechat_camera_picker
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.all-contributorsrc
128 lines (128 loc) · 3.27 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
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
{
"files": [
"README.md"
],
"imageSize": 50,
"badgeTemplate": "[![All Contributors](https://img.shields.io/badge/all_contributors-<%= contributors.length %>-orange.svg?style=flat-square&logo=github)](#contributors)",
"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": "CaiJingLong",
"name": "Caijinglong",
"avatar_url": "https://avatars0.githubusercontent.com/u/14145407?v=4",
"profile": "https://www.kikt.top",
"contributions": [
"example",
"ideas"
]
},
{
"login": "LaelLuo",
"name": "Lael",
"avatar_url": "https://avatars3.githubusercontent.com/u/26056971?v=4",
"profile": "https://github.com/LaelLuo",
"contributions": [
"doc"
]
},
{
"login": "mjl0602",
"name": "mjl0602",
"avatar_url": "https://avatars1.githubusercontent.com/u/32868496?v=4",
"profile": "https://github.com/mjl0602",
"contributions": [
"code",
"ideas"
]
},
{
"login": "siyukok",
"name": "AliasWang",
"avatar_url": "https://avatars0.githubusercontent.com/u/21030561?v=4",
"profile": "https://github.com/siyukok",
"contributions": [
"code",
"ideas"
]
},
{
"login": "leftcoding",
"name": "leftcoding",
"avatar_url": "https://avatars.githubusercontent.com/u/7122926?v=4",
"profile": "https://github.com/leftcoding",
"contributions": [
"bug"
]
},
{
"login": "TheVinhLuong",
"name": "Luong The Vinh",
"avatar_url": "https://avatars.githubusercontent.com/u/20371879?v=4",
"profile": "https://github.com/TheVinhLuong",
"contributions": [
"code"
]
},
{
"login": "luomo-pro",
"name": "luomo-pro",
"avatar_url": "https://avatars.githubusercontent.com/u/41097395?v=4",
"profile": "https://github.com/luomo-pro",
"contributions": [
"a11y",
"bug"
]
},
{
"login": "ZhuBoao",
"name": "LeonardoZhu",
"avatar_url": "https://avatars.githubusercontent.com/u/17305573?v=4",
"profile": "https://github.com/ZhuBoao",
"contributions": [
"code"
]
},
{
"login": "nploi",
"name": "Nguyen Phuc Loi",
"avatar_url": "https://avatars.githubusercontent.com/u/34020090?v=4",
"profile": "https://www.linkedin.com/in/loinp",
"contributions": [
"translation"
]
},
{
"login": "AmosHuKe",
"name": "Amos",
"avatar_url": "https://avatars.githubusercontent.com/u/32262985?v=4",
"profile": "https://amoshk.top",
"contributions": [
"bug"
]
}
],
"contributorsPerLine": 7,
"projectName": "flutter_wechat_camera_picker",
"projectOwner": "fluttercandies",
"repoType": "github",
"repoHost": "https://github.com",
"skipCi": true,
"commitConvention": "angular",
"commitType": "docs"
}