Merged PetitTetonApps with the website now that the deployment server always uses SSL. Used the Apps more recent implementation of NodeJS/Express.

This commit is contained in:
Wynne Crisman
2016-05-31 14:37:42 -07:00
parent a98d7d3a5f
commit 78be012a14
192 changed files with 58459 additions and 19 deletions

View File

@@ -3,22 +3,31 @@
"version": "1.0.0",
"private": true,
"scripts": {
"start": "node ./bin/www"
"start": "node server.js"
},
"dependencies": {
"body-parser": "~1.10.2",
"bcrypt-nodejs": "^0.0.3",
"body-parser": "latest",
"connect-flash": "^0.1.1",
"cookie-parser": "~1.3.3",
"debug": "~2.1.1",
"ejs": "~2.2.3",
"ejs": "~2.4.1",
"express": "~4.11.1",
"express-session": "~1.0.4",
"morgan": "~1.5.1",
"serve-favicon": "~2.2.0",
"html": "latest",
"method-override": "~1.0.2",
"moment": "latest",
"passport": "^0.3.2",
"passport-local": "^1.0.0",
"pg": "^4.4.3",
"pg-hstore": "^2.3.2",
"sequelize": "^3.14.2",
"stylus": "~0.42.3",
"swig": "~1.4.2",
"html": "latest",
"session-file-store": "~0.0.24",
"serve-favicon": "~2.2.0",
"nodemailer": "~1.0",
"body-parser": "latest",
"node-phantom": "latest",
"moment": "latest"
"node-phantom": "latest"
}
}