Create team.json file

Create team.json file for "Angel Eats" team
This commit is contained in:
Camelia Boban
2014-11-28 20:19:22 +01:00
parent 9658394910
commit 276b06d1d6
+12
View File
@@ -0,0 +1,12 @@
{
"teamName": "Angel Eats",
"members": [
{
"name": "Camelia Boban",
"twitter": "cameliaboban",
"koding": "aissatech",
"location": "Rome, IT",
"lead":true
}
]
}