forked from jthegedus/firebase-gcp-examples
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.all-contributorsrc
121 lines (121 loc) · 2.96 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
118
119
120
121
{
"projectName": "firebase-gcp-examples",
"projectOwner": "jthegedus",
"repoType": "github",
"repoHost": "https://github.com",
"files": [
"README.md"
],
"imageSize": 100,
"commit": true,
"contributors": [
{
"login": "jthegedus",
"name": "James Hegedus",
"avatar_url": "https://avatars2.githubusercontent.com/u/20798510?v=4",
"profile": "https://medium.com/@jthegedus",
"contributions": [
"blog",
"code",
"doc",
"example",
"ideas"
]
},
{
"login": "technoplato",
"name": "Michael Lustig",
"avatar_url": "https://avatars2.githubusercontent.com/u/6922904?v=4",
"profile": "https://www.linkedin.com/in/michaellustig",
"contributions": [
"bug"
]
},
{
"login": "jasan-s",
"name": "Jasan",
"avatar_url": "https://avatars3.githubusercontent.com/u/13863953?v=4",
"profile": "https://jasansingh.com",
"contributions": [
"bug",
"code"
]
},
{
"login": "matthiasbruns",
"name": "Matthias Bruns",
"avatar_url": "https://avatars3.githubusercontent.com/u/1906627?v=4",
"profile": "http://www.mbdesigns.de",
"contributions": [
"bug",
"code"
]
},
{
"login": "CharlesT100",
"name": "Charles Thomas",
"avatar_url": "https://avatars3.githubusercontent.com/u/828593?v=4",
"profile": "http://CharlesT100.com",
"contributions": [
"bug"
]
},
{
"login": "tavelli",
"name": "Dan Tavelli",
"avatar_url": "https://avatars3.githubusercontent.com/u/484951?v=4",
"profile": "https://github.com/tavelli",
"contributions": [
"bug"
]
},
{
"login": "JoeRoddy",
"name": "Joseph Roddy",
"avatar_url": "https://avatars1.githubusercontent.com/u/16690442?v=4",
"profile": "http://joeroddy.net",
"contributions": [
"bug"
]
},
{
"login": "mwarger",
"name": "Mat Warger",
"avatar_url": "https://avatars3.githubusercontent.com/u/686823?v=4",
"profile": "https://mw.codes",
"contributions": [
"doc"
]
},
{
"login": "flyingguitarman",
"name": "Daniel R",
"avatar_url": "https://avatars2.githubusercontent.com/u/11669763?v=4",
"profile": "https://github.com/flyingguitarman",
"contributions": [
"code"
]
},
{
"login": "tomvdv",
"name": "tomvdv",
"avatar_url": "https://avatars0.githubusercontent.com/u/707470?v=4",
"profile": "http://vdv.co",
"contributions": [
"code"
]
},
{
"login": "rioam2",
"name": "Rio Martinez",
"avatar_url": "https://avatars1.githubusercontent.com/u/35539750?v=4",
"profile": "https://www.medium.com/@riomartinez",
"contributions": [
"bug",
"code",
"doc"
]
}
],
"contributorsPerLine": 7
}