-
Notifications
You must be signed in to change notification settings - Fork 81
/
.all-contributorsrc
91 lines (91 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
89
90
91
{
"files": [
"README.md"
],
"imageSize": 100,
"commit": false,
"contributors": [
{
"login": "tahaHichri",
"name": "Taha HICHRI",
"avatar_url": "https://avatars.githubusercontent.com/u/10195215?v=4",
"profile": "http://hishri.com",
"contributions": [
"code"
]
},
{
"login": "florpor",
"name": "florpor",
"avatar_url": "https://avatars.githubusercontent.com/u/1809093?v=4",
"profile": "https://github.com/florpor",
"contributions": [
"bug"
]
},
{
"login": "HamadTheIronside",
"name": "Abdollah Keshtkar",
"avatar_url": "https://avatars.githubusercontent.com/u/31456990?v=4",
"profile": "https://github.com/HamadTheIronside",
"contributions": [
"example",
"doc",
"code"
]
},
{
"login": "lukasbals",
"name": "Lukas Bals",
"avatar_url": "https://avatars.githubusercontent.com/u/10163193?v=4",
"profile": "https://lukasbals.com",
"contributions": [
"code"
]
},
{
"login": "bofeiw",
"name": "Bobby Wang",
"avatar_url": "https://avatars.githubusercontent.com/u/34177142?v=4",
"profile": "https://bofeiwang.com",
"contributions": [
"code"
]
},
{
"login": "MasterOdin",
"name": "Matthew Peveler",
"avatar_url": "https://avatars.githubusercontent.com/u/1845314?v=4",
"profile": "http://www.mpeveler.com",
"contributions": [
"doc"
]
},
{
"login": "daceynolan",
"name": "Dacey Nolan",
"avatar_url": "https://avatars.githubusercontent.com/u/54158919?v=4",
"profile": "https://github.com/daceynolan",
"contributions": [
"example",
"doc",
"code"
]
},
{
"login": "kevineaton603",
"name": "Kevin Eaton",
"avatar_url": "https://avatars.githubusercontent.com/u/25751382?v=4",
"profile": "https://github.com/kevineaton603",
"contributions": [
"code"
]
}
],
"contributorsPerLine": 7,
"projectName": "react-code-blocks",
"projectOwner": "rajinwonderland",
"repoType": "github",
"repoHost": "https://github.com",
"skipCi": true
}