-
-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy path.all-contributorsrc
49 lines (49 loc) · 1.14 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
{
"files": [
"README.md",
"README.espanol.md",
"README.german.md",
"README.chinese.md",
"README.portugues.md",
"README.russian.md"
],
"imageSize": 100,
"commit": false,
"contributors": [
{
"login": "tilkinsc",
"name": "tilkinsc",
"avatar_url": "https://avatars.githubusercontent.com/u/7494772?v=4",
"profile": "http://tilkinsc.github.io",
"contributions": [
"code",
"content",
"doc"
]
},
{
"login": "DarkWiiPlayer",
"name": "DarkWiiPlayer",
"avatar_url": "https://avatars.githubusercontent.com/u/1252859?v=4",
"profile": "http://darkwiiplayer.com",
"contributions": [
"code"
]
},
{
"login": "acidicMercury8",
"name": "Felix Lewandowski",
"avatar_url": "https://avatars.githubusercontent.com/u/24611394?v=4",
"profile": "https://github.com/acidicMercury8",
"contributions": [
"translation"
]
}
],
"contributorsPerLine": 7,
"projectName": "LuaConsole",
"projectOwner": "tilkinsc",
"repoType": "github",
"repoHost": "https://github.com",
"skipCi": true
}