-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path.all-contributorsrc
79 lines (79 loc) · 1.8 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,
"commitConvention": "angular",
"contributors": [
{
"login": "cadlabsgt",
"name": "cadlabsgt",
"avatar_url": "https://avatars.githubusercontent.com/u/100153187?v=4",
"profile": "https://github.com/cadlabsgt",
"contributions": [
"code",
"doc",
"ideas",
"research",
"review",
"tutorial"
]
},
{
"login": "BenSchZA",
"name": "Benjamin Scholtz",
"avatar_url": "https://avatars.githubusercontent.com/u/13078998?v=4",
"profile": "http://cadlabs.org",
"contributions": [
"projectManagement",
"code",
"doc",
"ideas",
"research",
"review"
]
},
{
"login": "vmeylan",
"name": "vmeylan",
"avatar_url": "https://avatars.githubusercontent.com/u/47746194?v=4",
"profile": "https://github.com/vmeylan",
"contributions": [
"code",
"ideas",
"research",
"review"
]
},
{
"login": "danlessa",
"name": "Danilo Lessa Bernardineli",
"avatar_url": "https://avatars.githubusercontent.com/u/15021144?v=4",
"profile": "http://japu.xyz",
"contributions": [
"code",
"ideas",
"research"
]
},
{
"login": "sslivkoff",
"name": "sslivkoff",
"avatar_url": "https://avatars.githubusercontent.com/u/7907648?v=4",
"profile": "https://github.com/sslivkoff",
"contributions": [
"ideas",
"research",
"review",
"mentoring"
]
}
],
"contributorsPerLine": 7,
"skipCi": true,
"repoType": "github",
"repoHost": "https://github.com",
"projectName": "fei-protocol-model",
"projectOwner": "CADLabs"
}