-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path.all-contributorsrc
48 lines (48 loc) · 1.16 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
{
"projectName": "enerflow",
"projectOwner": "rebase-energy",
"files": [
"README.md"
],
"commitType": "docs",
"commitConvention": "angular",
"contributorsPerLine": 7,
"contributors": [
{
"login": "sebaheg",
"name": "Sebastian Haglund",
"avatar_url": "https://avatars.githubusercontent.com/u/26311427?v=4",
"profile": "https://github.com/sebaheg",
"contributions": [
"code"
]
},
{
"login": "dimili",
"name": "dimili",
"avatar_url": "https://avatars.githubusercontent.com/u/13037448?v=4",
"profile": "https://github.com/dimili",
"contributions": [
"code"
]
},
{
"login": "rocipher",
"name": "Mihai Chiru",
"avatar_url": "https://avatars.githubusercontent.com/u/4830171?v=4",
"profile": "https://github.com/rocipher",
"contributions": [
"code"
]
},
{
"login": "nelson-sommerfeldt",
"name": "Nelson",
"avatar_url": "https://avatars.githubusercontent.com/u/95913116?v=4",
"profile": "https://github.com/nelson-sommerfeldt",
"contributions": [
"ideas"
]
}
]
}