forked from boringdeveloper/FlutterSwitch
-
Notifications
You must be signed in to change notification settings - Fork 2
/
.all-contributorsrc
64 lines (64 loc) · 1.59 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
{
"files": [
"README.md"
],
"imageSize": 100,
"commit": false,
"contributors": [
{
"login": "boringdeveloper",
"name": "Nickr",
"avatar_url": "https://avatars.githubusercontent.com/u/21273958?v=4",
"profile": "https://github.com/boringdeveloper",
"contributions": [
"code",
"doc",
"maintenance",
"test"
]
},
{
"login": "LucasED78",
"name": "Lucas Eduardo",
"avatar_url": "https://avatars.githubusercontent.com/u/30601688?v=4",
"profile": "https://github.com/LucasED78",
"contributions": [
"code"
]
},
{
"login": "douglasramos",
"name": "Douglas Ramos",
"avatar_url": "https://avatars.githubusercontent.com/u/12133412?v=4",
"profile": "https://github.com/douglasramos",
"contributions": [
"code"
]
},
{
"login": "solid-daniyilyevtyushkin",
"name": "Daniyil Yevtyushkin",
"avatar_url": "https://avatars.githubusercontent.com/u/69351065?v=4",
"profile": "https://github.com/solid-daniyilyevtyushkin",
"contributions": [
"code",
"test"
]
},
{
"login": "Maksim-Nikolaev",
"name": "Maksim Nikolaev",
"avatar_url": "https://avatars.githubusercontent.com/u/45855362?v=4",
"profile": "https://github.com/Maksim-Nikolaev",
"contributions": [
"code"
]
}
],
"contributorsPerLine": 7,
"projectName": "FlutterSwitch",
"projectOwner": "boringdeveloper",
"repoType": "github",
"repoHost": "https://github.com",
"skipCi": true
}