aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json4
1 files changed, 3 insertions, 1 deletions
diff --git a/package.json b/package.json
index 876842d..fb3d90b 100644
--- a/package.json
+++ b/package.json
@@ -12,7 +12,9 @@
"author": "Ben Burwell <ben@benburwell.com>",
"license": "MIT",
"dependencies": {
- "pg": "^4.4.1"
+ "handlebars": "^3.0.3",
+ "hapi": "^8.8.1",
+ "hapi-postgres": "^1.0.2"
},
"devDependencies": {
"mocha": "^2.2.5",