Create team.js

This commit is contained in:
silbo
2014-11-26 21:06:02 +01:00
parent 9cc8ce6b49
commit 571dae6e14
+25
View File
@@ -0,0 +1,25 @@
{
"teamName": "hobosinthebox",
"members": [
{
"name": "silbo",
"twitter": "",
"koding": "silbo",
"location": "Kiel, DE",
"lead": true
},
{
"name": "dono",
"twitter": "",
"koding": "",
"location": "Kiel, DE"
},
{
"name": "morris",
"twitter": "",
"koding": "",
"location": "Berlin, DE",
"lead": true
}
]
}