-
-
Notifications
You must be signed in to change notification settings - Fork 152
/
.all-contributorsrc
117 lines (117 loc) · 3.1 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
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
{
"files": [
"README.md"
],
"imageSize": 100,
"commit": false,
"contributors": [
{
"login": "colbyfayock",
"name": "Colby Fayock",
"avatar_url": "https://avatars2.githubusercontent.com/u/1045274?v=4",
"profile": "https://colbyfayock.com/newsletter",
"contributions": [
"code",
"doc"
]
},
{
"login": "codeSTACKr",
"name": "Jesse Hall",
"avatar_url": "https://avatars3.githubusercontent.com/u/52665907?v=4",
"profile": "https://www.youtube.com/codeSTACKr/",
"contributions": [
"doc",
"video"
]
},
{
"login": "UnevenCoder",
"name": "Ameen",
"avatar_url": "https://avatars0.githubusercontent.com/u/49345531?v=4",
"profile": "https://m.youtube.com/channel/UCKmIFs7rFKdTE6t1y8bKAHQ/videos",
"contributions": [
"doc"
]
},
{
"login": "myogeshchavan97",
"name": "Yogesh Chavan",
"avatar_url": "https://avatars3.githubusercontent.com/u/2779129?v=4",
"profile": "https://medium.com/@yogeshchavan",
"contributions": [
"doc"
]
},
{
"login": "lelouchB",
"name": "ASHUTOSH KUMAR SINGH",
"avatar_url": "https://avatars0.githubusercontent.com/u/45850882?v=4",
"profile": "https://ashusingh.me/",
"contributions": [
"doc"
]
},
{
"login": "doingandlearning",
"name": "Kevin Cunningham",
"avatar_url": "https://avatars3.githubusercontent.com/u/8320213?v=4",
"profile": "http://www.kevincunningham.co.uk",
"contributions": [
"doc"
]
},
{
"login": "GK-Hynes",
"name": "Gerard Hynes",
"avatar_url": "https://avatars2.githubusercontent.com/u/28233682?v=4",
"profile": "https://github.com/GK-Hynes",
"contributions": [
"doc"
]
},
{
"login": "shashiirk",
"name": "Shashikanth Reddy",
"avatar_url": "https://avatars.githubusercontent.com/u/48406108?v=4",
"profile": "https://github.com/shashiirk",
"contributions": [
"doc"
]
},
{
"login": "andreaskeller",
"name": "Andreas Keller",
"avatar_url": "https://avatars.githubusercontent.com/u/5086590?v=4",
"profile": "https://github.com/andreaskeller",
"contributions": [
"doc"
]
},
{
"login": "ambujsahu81",
"name": "Ambuj sahu",
"avatar_url": "https://avatars.githubusercontent.com/u/118078892?v=4",
"profile": "https://github.com/ambujsahu81",
"contributions": [
"doc"
]
},
{
"login": "mohamedmehdigara",
"name": "Mohamed Mehdi Gara",
"avatar_url": "https://avatars.githubusercontent.com/u/47916299?v=4",
"profile": "https://stackoverflow.com/users/11660398/mohamed-mehdi-gara",
"contributions": [
"doc"
]
}
],
"contributorsPerLine": 7,
"projectName": "50-projects-for-react-and-the-static-web",
"projectOwner": "colbyfayock",
"repoType": "github",
"repoHost": "https://github.com",
"skipCi": true,
"commitConvention": "angular"
}