Create team.json

This commit is contained in:
Randy
2014-12-02 20:16:51 -05:00
parent 7da02c6a00
commit d917483784
+25
View File
@@ -0,0 +1,25 @@
{
"teamName": ".jar",
"members": [
{
"name": "Joseph Song",
"twitter": "ijoosong",
"koding": "ijoosong",
"location": "Philadelphia, PA",
"lead": true
},
{
"name": "Alexander Ngai",
"twitter": "alexsngai",
"koding": "alexngai",
"location": "Irvine, CA"
},
{
"name": "Randy Song",
"twitter": "cabooserwar",
"koding": "sshrandy",
"location": "Woburn, MA"
}
]
}