@@ -6,7 +6,8 @@
"hapi": "8.4.0",
"mongoose": "4.0.1",
"async": "0.9.0",
- "mapper": "0.2.5",
- "handlebars": "3.0.1"
+ "handlebars": "3.0.1",
+ "sequelize": "2.0.6",
+ "mysql": "2.6.2"
}
@@ -6,8 +6,8 @@ export NVM_HOME=${IROOT}/nvm
# Used to avoid nvm's return 2 error.
# Sourcing this functions if 0 is returned.
source $NVM_HOME/nvm.sh || 0
-nvm install 0.10.8
-nvm use 0.10.8
+nvm install 0.12.2
+nvm use 0.12.2
# update npm before app init
npm install -g npm