Update team json

Update json with MB infos
This commit is contained in:
Camelia Boban
2014-12-03 19:47:27 +01:00
parent e54f5cab26
commit ca685ba708
+17 -10
View File
@@ -1,12 +1,19 @@
{
"teamName": "Angel Eats",
"members": [
{
"name": "Camelia Boban",
"twitter": "cameliaboban",
"koding": "aissatech",
"location": "Rome, IT",
"lead":true
}
]
"teamName": "Angel Eats",
"members": [
{
"name": "Camelia Boban",
"twitter": "cameliaboban",
"koding": "aissatech",
"location": "Rome, IT",
"lead": true
},
{
"name": "Maria Beatrice Wierusz Kowalska",
"twitter": "GrapholutionMb",
"koding": "mariabeatrice",
"location": "Rome, IT",
"lead": true
}
]
}