forked from jreina/scoreboard-participants
-
Notifications
You must be signed in to change notification settings - Fork 0
/
participants.json
64 lines (63 loc) · 1.47 KB
/
participants.json
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
{
"participants": [
{
"name": "Johnny Reina",
"github": "jreina",
"twitter": "johnny_reina"
},
{
"name": "Cooray",
"github": "Cooray",
"twitter": "CoryCarlson209"
},
{
"name": "Dustin Brown",
"github": "willcode2surf",
"twitter": "willcode2surf"
},
{
"name": "Patrick Tone",
"github": "the-pat",
"twitter": "patricktdotone"
},
{
"name": "Tyler Mullins",
"github": "PappaMullins",
"twitter": "TheReal_Tyler"
},
{
"name": "Sara Ashley",
"github": "saraashleyhs"
},
{
"name": "Gary Eubanks",
"github": "eubeez",
"twitter": "eubeez"
},
{
"name": "Jordan Broome",
"github": "jordanbroome",
},
{
"name": "Jason Blue",
"github": "JasonXBlue",
},
{
"name": "Herb Wright",
"github": "Herb1691"
},
{
"name": "Austin McMillon",
"github": "atmcmillon"
},
{
"name": "Samantha Adams",
"github": "samadams13"
},
{
"name": "Jared Bardell",
"github": "jbardell19",
"twitter": "darthredraider"
}
]
}