summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorJules Laplace <jules@okfoc.us>2015-09-03 16:35:07 -0400
committerJules Laplace <jules@okfoc.us>2015-09-03 16:35:07 -0400
commit976bdace6704b60bc984635917ee56f17797c10a (patch)
treef2451b3f23c87d3e14c1eb8e3d92cda321db8103 /package.json
parentf768ab296c07ce93efe9f2507cdf4b795aa10013 (diff)
able to log in
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"
}
}