aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json7
1 files changed, 5 insertions, 2 deletions
diff --git a/package.json b/package.json
index 388c2f0..bfc0373 100644
--- a/package.json
+++ b/package.json
@@ -9,11 +9,14 @@
"author": "",
"license": "MIT",
"dependencies": {
+ "body-parser": "^1.14.1",
"bunyan": "^1.5.1",
"db-migrate": "^0.9.23",
+ "di": "^2.0.0-pre-14",
+ "express": "^4.13.3",
+ "lodash": "^3.10.1",
"mqtt": "^1.4.3",
"pg": "^4.4.2",
- "pg-promise": "^2.0.12",
- "underscore": "^1.8.3"
+ "pg-promise": "^2.0.12"
}
}