-
Notifications
You must be signed in to change notification settings - Fork 32
/
.all-contributorsrc
79 lines (79 loc) · 1.97 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
{
"projectName": "sigfox-platform",
"projectOwner": "IoT-Makers",
"repoType": "github",
"repoHost": "https://github.com",
"files": [
"README.md"
],
"imageSize": 100,
"commit": false,
"contributors": [
{
"login": "siyu6974",
"name": "Siyu",
"avatar_url": "https://avatars1.githubusercontent.com/u/15876323?v=4",
"profile": "https://github.com/siyu6974",
"contributions": [
"code"
]
},
{
"login": "aureleq",
"name": "Aurelien Lequertier",
"avatar_url": "https://avatars0.githubusercontent.com/u/5591266?v=4",
"profile": "https://twitter.com/aureleq",
"contributions": [
"code"
]
},
{
"login": "markoceri",
"name": "Marko",
"avatar_url": "https://avatars1.githubusercontent.com/u/16639103?v=4",
"profile": "https://github.com/markoceri",
"contributions": [
"code"
]
},
{
"login": "nestorayuso",
"name": "Nestor Ayuso",
"avatar_url": "https://avatars2.githubusercontent.com/u/15124932?v=4",
"profile": "https://twitter.com/nestorayuso",
"contributions": [
"doc"
]
},
{
"login": "splendf",
"name": "Florian Splendido",
"avatar_url": "https://avatars1.githubusercontent.com/u/11613206?v=4",
"profile": "http://www.splendido.fr",
"contributions": [
"platform"
]
},
{
"login": "honeytrap15",
"name": "takegami",
"avatar_url": "https://avatars.githubusercontent.com/u/5158471?v=4",
"profile": "https://github.com/honeytrap15",
"contributions": [
"code"
]
},
{
"login": "Innovation-Farm",
"name": "Innovation Farm, Inc.",
"avatar_url": "https://avatars.githubusercontent.com/u/84294566?v=4",
"profile": "https://www.inn-farm.co.jp/",
"contributions": [
"code"
]
}
],
"contributorsPerLine": 7,
"skipCi": true,
"commitConvention": "none"
}