clean up development config

This commit is contained in:
Eric Hulburd
2016-02-09 11:16:49 -06:00
parent 109ad432bb
commit a334afbc01
20 changed files with 170 additions and 111 deletions

View File

@@ -3,11 +3,10 @@
"version": "0.0.0",
"private": true,
"scripts": {
"start": "babel-node ./app.express.js"
"start": "babel-node ./server/app.express.js"
},
"dependencies": {
"body-parser": "~1.12.0",
"cookie-parser": "~1.3.4",
"debug": "~2.1.1",
"jade": "~1.9.2",
"morgan": "~1.5.1",