25 lines
464 B
JSON
25 lines
464 B
JSON
{
|
|
"teamName": "constintpressure",
|
|
"members": [
|
|
{
|
|
"name": "Deepak Sandhu",
|
|
"twitter": "",
|
|
"koding": "superchicken",
|
|
"location": "Prince George, CA",
|
|
"lead": true
|
|
},
|
|
{
|
|
"name": "Ethan Holmes",
|
|
"twitter": "",
|
|
"koding": "ethanholmes",
|
|
"location": "Venice, US"
|
|
},
|
|
{
|
|
"name": "Adam Bryant",
|
|
"twitter": "",
|
|
"koding": "adambryant",
|
|
"location": "Vancouver, CA"
|
|
}
|
|
]
|
|
}
|