summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json8
1 files changed, 8 insertions, 0 deletions
diff --git a/package.json b/package.json
index 4420bfe..d63b2fb 100644
--- a/package.json
+++ b/package.json
@@ -18,10 +18,18 @@
"cookie-parser": "^1.3.5",
"csurf": "^1.8.3",
"dotenv": "^1.2.0",
+ "ejs": "^2.3.3",
+ "express": "^4.13.3",
+ "express-json": "^1.0.0",
+ "express-session": "^1.11.3",
"knex": "^0.8.6",
"lodash": "^3.10.1",
+ "multer": "^1.0.3",
"multiparty": "^4.1.2",
"mysql2": "^0.15.8",
+ "passport": "^0.3.0",
+ "passport-local": "^1.0.0",
+ "sessionstore": "^1.2.5",
"skipper": "^0.5.5"
}
}