-
Notifications
You must be signed in to change notification settings - Fork 17
/
team.json
73 lines (73 loc) · 1.45 KB
/
team.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
65
66
67
68
69
70
71
72
73
[
{
"admin": true,
"fname": "Tristen",
"lname": "Brown",
"email": "[email protected]",
"sex": "xy",
"birthday": "1912-11-26",
"office": "dc",
"homeaddress": "3524A 14TH ST NW",
"teams": [
"business",
"design",
"engineering",
"operations",
"support"
],
"twitter": "fallsemo",
"github": "tristen",
"foursquare": "fallsemo",
"other-links": [
{
"name": "instagram",
"value": "tristen"
}
]
},
{
"fname": "Freddie",
"lname": "Hubbard",
"email": "[email protected]",
"sex": "xy",
"birthday": "1938-10-01",
"office": "sf",
"homeaddress": "123 St",
"teams": [
"design"
],
"twitter": "freddiehubbard",
"github": "freddiehubbard",
"foursquare": "freddiehubbard"
},
{
"fname": "Miles",
"lname": "Davis",
"email": "[email protected]",
"sex": "xy",
"birthday": "1926-05-26",
"call": "2025908953",
"office": "dc",
"homeaddress": "123 St",
"teams": [
"design"
],
"twitter": "milesdavis",
"github": "milesdavis",
"foursquare": "milesdavis"
},
{
"fname": "Ingrid",
"lname": "Jensen",
"email": "[email protected]",
"sex": "xx",
"birthday": "1966-01-06",
"office": "ayacucho",
"teams": [
"design"
],
"twitter": "ingridjensen",
"github": "ingridjensen",
"foursquare": "ingridjensen"
}
]