-
Notifications
You must be signed in to change notification settings - Fork 3
/
.all-contributorsrc
60 lines (60 loc) · 1.43 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
{
"files": [
"README.md"
],
"imageSize": 100,
"commit": false,
"contributors": [
{
"login": "orestes",
"name": "Orestes Carracedo",
"avatar_url": "https://avatars2.githubusercontent.com/u/618107?v=4",
"profile": "https://orestes.io",
"contributions": [
"code"
]
},
{
"login": "SantiMA10",
"name": "Santi",
"avatar_url": "https://avatars2.githubusercontent.com/u/7255298?v=4",
"profile": "http://santiagomartin.dev",
"contributions": [
"code"
]
},
{
"login": "hugolesta",
"name": "hugolesta",
"avatar_url": "https://avatars2.githubusercontent.com/u/6575715?v=4",
"profile": "https://github.com/hugolesta",
"contributions": [
"code"
]
},
{
"login": "Llambi",
"name": "Hugo Perez Fernandez",
"avatar_url": "https://avatars3.githubusercontent.com/u/15263323?v=4",
"profile": "https://github.com/Llambi",
"contributions": [
"code"
]
},
{
"login": "riolcrt",
"name": "riolcrt",
"avatar_url": "https://avatars0.githubusercontent.com/u/5069644?v=4",
"profile": "https://github.com/riolcrt",
"contributions": [
"ideas"
]
}
],
"contributorsPerLine": 7,
"projectName": "webhook",
"projectOwner": "streamdevs",
"repoType": "github",
"repoHost": "https://github.com",
"skipCi": true
}