aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorBen Burwell <ben@benburwell.com>2015-08-02 17:31:36 -0400
committerBen Burwell <ben@benburwell.com>2015-08-02 17:31:36 -0400
commit3d0f989cee9d7c426c759588539dd06c14fa70ea (patch)
tree798fb7c7f10282be06f85814e20ba062a9d6f635 /package.json
parent2cde3ec173c57d24e6fb8a31700a7db4eb31564d (diff)
let's get v1 going here
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",