Merge pull request #682 from cabooserwar/master

.jar PR
This commit is contained in:
Senthil Arivudainambi
2014-12-02 17:28:38 -08:00
2 changed files with 31 additions and 0 deletions

6
Teams/.jar/ABOUT.md Normal file
View File

@@ -0,0 +1,6 @@
About our Team
===========================
|Joseph | Alex | Randy
Greetings, from team .jar!

25
Teams/.jar/team.json Normal file
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"
}
]
}