summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json6
1 files changed, 5 insertions, 1 deletions
diff --git a/package.json b/package.json
index c7dcc08..2c618aa 100644
--- a/package.json
+++ b/package.json
@@ -9,7 +9,11 @@
"author": "Peter Wu",
"license": "MIT",
"dependencies": {
- "express": "^4.12.3"
+ "connect-mongo": "^0.8.1",
+ "express": "^4.12.3",
+ "express-session": "^1.11.1",
+ "glob": "^5.0.5",
+ "mongoose": "^4.0.2"
},
"devDependencies": {
"gulp": "^3.8.11",