initial commit

This commit is contained in:
Jason Salzman
2016-10-06 11:10:21 -07:00
commit 52dea8ebb5
54 changed files with 58605 additions and 0 deletions
Executable
+12
View File
@@ -0,0 +1,12 @@
{
"env": {
"mocha": true,
},
"globals": {
"assert": true,
"describe": true,
"expect": true,
"sinon": true
}
}