Add node-static for easier local web testing

This commit is contained in:
Liam Newman 2013-10-11 15:17:43 -07:00
parent 226622afcd
commit f1648d3c2a

View File

@ -47,6 +47,7 @@
"nopt": "~2.1.1"
},
"devDependencies": {
"jshint": "1.1.0"
"jshint": "1.1.0",
"node-static": "~0.7.1"
}
}