-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy path.all-contributorsrc
72 lines (72 loc) · 1.66 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
{
"projectName": "harp",
"projectOwner": "msqd",
"repoType": "github",
"repoHost": "https://github.com",
"files": [
"CONTRIBUTORS.md"
],
"imageSize": 100,
"commit": true,
"commitConvention": "none",
"contributors": [
{
"login": "hartym",
"name": "Romain Dorgueil",
"avatar_url": "https://avatars.githubusercontent.com/u/30586?v=4",
"profile": "https://www.makersquad.fr/",
"contributions": [
"business",
"ideas",
"code",
"doc",
"example",
"financial",
"test"
]
},
{
"login": "ArthurD1",
"name": "Arthur Degonde",
"avatar_url": "https://avatars.githubusercontent.com/u/44548105?v=4",
"profile": "https://github.com/ArthurD1",
"contributions": [
"ideas",
"code",
"doc",
"example",
"test"
]
},
{
"login": "Lenormju",
"name": "Lenormand Julien",
"avatar_url": "https://avatars.githubusercontent.com/u/13200639?v=4",
"profile": "http://lenormand-julien.fr/",
"contributions": [
"code",
"doc"
]
},
{
"login": "Synss",
"name": "Mathias Laurin",
"avatar_url": "https://avatars.githubusercontent.com/u/540976?v=4",
"profile": "https://github.com/Synss",
"contributions": [
"code"
]
},
{
"login": "masterivanic",
"name": "Ivanic",
"avatar_url": "https://avatars.githubusercontent.com/u/62161915?v=4",
"profile": "https://github.com/masterivanic",
"contributions": [
"code"
]
}
],
"contributorsPerLine": 7,
"linkToUsage": false
}