Set targets to lint, and quint for when the testing is implemented
@@ -15,6 +15,9 @@
"engines": {
"node": "~0.8.0"
},
+ "scripts": {
+ "test": "grunt lint qunit"
+ },
"dependencies": {
"underscore" : "~1.3.3",
"express" : "~2.5.9",