Create team.js
This commit is contained in:
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"teamName": "hobosinthebox",
|
||||
"members": [
|
||||
{
|
||||
"name": "silbo",
|
||||
"twitter": "",
|
||||
"koding": "silbo",
|
||||
"location": "Kiel, DE",
|
||||
"lead": true
|
||||
},
|
||||
{
|
||||
"name": "dono",
|
||||
"twitter": "",
|
||||
"koding": "",
|
||||
"location": "Kiel, DE"
|
||||
},
|
||||
{
|
||||
"name": "morris",
|
||||
"twitter": "",
|
||||
"koding": "morriswinkler",
|
||||
"location": "Berlin, DE"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user