Create team.json

This commit is contained in:
Tim Turner
2014-12-02 23:57:57 -08:00
parent 72cb66a8e6
commit 90c8831d17
+24
View File
@@ -0,0 +1,24 @@
{
"teamName": "Aperture Science",
"members": [
{
"name": "Tim Turner",
"twitter": "turnert",
"koding": "tturner",
"location": "Seattle, US",
"lead": true
},
{
"name": "Eric Jackson",
"twitter": "Eric_J_Designer",
"koding": "ericj",
"location": "Rockford, US",
},
{
"name": "Super Bear",
"twitter": "superbear_cn",
"koding": "superbear",
"location": "wuhan, CN"
}
]
}