-
Notifications
You must be signed in to change notification settings - Fork 12
/
.all-contributorsrc
88 lines (88 loc) · 2.23 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
80
81
82
83
84
85
86
87
88
{
"projectName": "sveltekit-embed",
"projectOwner": "spences10",
"repoType": "github",
"repoHost": "https://github.com",
"files": [
"README.md"
],
"imageSize": 100,
"commit": true,
"commitConvention": "none",
"contributors": [
{
"login": "spences10",
"name": "Scott Spence",
"avatar_url": "https://avatars.githubusercontent.com/u/234708?v=4",
"profile": "https://scottspence.com/",
"contributions": [
"code"
]
},
{
"login": "Cahllagerfeld",
"name": "Cahllagerfeld",
"avatar_url": "https://avatars.githubusercontent.com/u/43843195?v=4",
"profile": "https://github.com/Cahllagerfeld",
"contributions": [
"code"
]
},
{
"login": "matiasfha",
"name": "Matías Hernández Arellano",
"avatar_url": "https://avatars.githubusercontent.com/u/282006?v=4",
"profile": "https://matiashernandez.dev/",
"contributions": [
"code"
]
},
{
"login": "sphinxc0re",
"name": "Julian Laubstein",
"avatar_url": "https://avatars.githubusercontent.com/u/3702016?v=4",
"profile": "https://ruhr.social/@sphinxc0re",
"contributions": [
"code"
]
},
{
"login": "Ennoriel",
"name": "Maxime Dupont",
"avatar_url": "https://avatars.githubusercontent.com/u/23211596?v=4",
"profile": "https://github.com/Ennoriel",
"contributions": [
"code"
]
},
{
"login": "perkinsjr",
"name": "James Perkins",
"avatar_url": "https://avatars.githubusercontent.com/u/45409975?v=4",
"profile": "https://jamesperkins.dev/",
"contributions": [
"code"
]
},
{
"login": "joaopalmeiro",
"name": "João Palmeiro",
"avatar_url": "https://avatars.githubusercontent.com/u/17132927?v=4",
"profile": "https://joaopalmeiro.github.io/",
"contributions": [
"code"
]
},
{
"login": "Jason3S",
"name": "Jason Dent",
"avatar_url": "https://avatars.githubusercontent.com/u/3740137?v=4",
"profile": "https://github.com/Jason3S",
"contributions": [
"code"
]
}
],
"contributorsPerLine": 7,
"linkToUsage": true
}