-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy path.all-contributorsrc
67 lines (67 loc) · 1.69 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
{
"files": [
"README.md",
"packages/flutter_lyform/README.md",
"packages/lyform/README.md",
"packages/lyform_validators/README.md"
],
"imageSize": 100,
"commit": false,
"contributors": [
{
"login": "70nybl4nc0",
"name": "Tony Raul Blanco Fernandez",
"avatar_url": "https://avatars.githubusercontent.com/u/34517439?v=4",
"profile": "https://github.com/70nybl4nc0",
"contributions": [
"code",
"maintenance"
]
},
{
"login": "leynier",
"name": "Leynier Gutiérrez González",
"avatar_url": "https://avatars.githubusercontent.com/u/36774373?v=4",
"profile": "https://leynier.github.io",
"contributions": [
"code",
"doc"
]
},
{
"login": "lagcleaner",
"name": "Leonel",
"avatar_url": "https://avatars.githubusercontent.com/u/45600122?v=4",
"profile": "https://github.com/lagcleaner",
"contributions": [
"code",
"bug"
]
},
{
"login": "cbermudez97",
"name": "Carlos Bermudez Porto",
"avatar_url": "https://avatars.githubusercontent.com/u/43155355?v=4",
"profile": "https://github.com/cbermudez97",
"contributions": [
"code"
]
},
{
"login": "yeikel16",
"name": "Yeikel Uriarte Arteaga",
"avatar_url": "https://avatars.githubusercontent.com/u/26438532?v=4",
"profile": "https://github.com/yeikel16",
"contributions": [
"code",
"bug"
]
}
],
"contributorsPerLine": 7,
"projectName": "lynot-dart-flutter",
"projectOwner": "lynotofficial",
"repoType": "github",
"repoHost": "https://github.com",
"skipCi": true
}