forked from PHPAuth/PHPAuth
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.all-contributorsrc
78 lines (78 loc) · 1.91 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
{
"files": [
"README.md"
],
"imageSize": 100,
"commit": false,
"contributors": [
{
"login": "KarelWintersky",
"name": "Karel Wintersky",
"avatar_url": "https://avatars.githubusercontent.com/u/2164874?v=4",
"profile": "https://github.com/KarelWintersky",
"contributions": [
"code", "doc"
]
},
{
"login": "turbopixel",
"name": "Nico",
"avatar_url": "https://avatars2.githubusercontent.com/u/15839724?v=4",
"profile": "https://hemk.es/",
"contributions": [
"code"
]
},
{
"login": "hajro92",
"name": "Hajrudin",
"avatar_url": "https://avatars0.githubusercontent.com/u/15570002?v=4",
"profile": "https://github.com/hajro92",
"contributions": [
"translation"
]
},
{
"login": "conver",
"name": "conver",
"avatar_url": "https://avatars1.githubusercontent.com/u/6231022?v=4",
"profile": "https://github.com/Conver",
"contributions": [
"code"
]
},
{
"login": "louis123562",
"name": "louis123562",
"avatar_url": "https://avatars1.githubusercontent.com/u/36068395?v=4",
"profile": "https://github.com/louis123562",
"contributions": [
"doc"
]
},
{
"login": "Criptos",
"name": "ANDRES TELLO",
"avatar_url": "https://avatars1.githubusercontent.com/u/4574233?v=4",
"profile": "http://www.ifscore.info",
"contributions": [
"code"
]
},
{
"login": "zhangchenglin",
"name": "张成林",
"avatar_url": "https://avatars2.githubusercontent.com/u/30773389?v=4",
"profile": "https://张成林.中国",
"contributions": [
"code"
]
}
],
"contributorsPerLine": 7,
"projectName": "PHPAuth",
"projectOwner": "PHPAuth",
"repoType": "github",
"repoHost": "https://github.com",
"skipCi": true
}