Adding the deps

This commit is contained in:
Adam Christian
2013-01-10 18:24:12 -08:00
parent 1c733fd067
commit c19628375e

View File

@@ -27,8 +27,14 @@
"dependencies": {
"underscore": "~1.4.3",
"colors": "~0.6.0-1",
"express": "~3.0.6",
"argparse": "~0.1.10",
"path": "~0.4.9"
},
"scripts": {
"test": "mocha test/unit"
},
"devDependencies": {
"mocha": "~1.8.1"
}
}