-
-
Notifications
You must be signed in to change notification settings - Fork 55
/
.all-contributorsrc
60 lines (60 loc) · 1.49 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": "shirakaba",
"name": "Jamie Birch",
"avatar_url": "https://avatars.githubusercontent.com/u/14055146?v=4",
"profile": "https://twitter.com/LinguaBrowse",
"contributions": [
"code"
]
},
{
"login": "mrsauravsahu",
"name": "Saurav Sahu",
"avatar_url": "https://avatars.githubusercontent.com/u/9134050?v=4",
"profile": "https://mrsauravsahu.github.io",
"contributions": [
"code"
]
},
{
"login": "mperreir",
"name": "Matthieu PERREIRA DA SILVA",
"avatar_url": "https://avatars.githubusercontent.com/u/4592373?v=4",
"profile": "http://matthieu.perreira.net",
"contributions": [
"code"
]
},
{
"login": "jonasgrunert",
"name": "Jonas Grunert",
"avatar_url": "https://avatars.githubusercontent.com/u/22677197?v=4",
"profile": "https://github.com/jonasgrunert",
"contributions": [
"code"
]
},
{
"login": "LukeyBeachBoy",
"name": "LukeyBeachBoy",
"avatar_url": "https://avatars.githubusercontent.com/u/26151787?v=4",
"profile": "https://github.com/LukeyBeachBoy",
"contributions": [
"code"
]
}
],
"contributorsPerLine": 7,
"projectName": "svelte-nodegui",
"projectOwner": "nodegui",
"repoType": "github",
"repoHost": "https://github.com",
"skipCi": true
}