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 d9e159c..bcb338f 100644
--- a/package.json
+++ b/package.json
@@ -10,6 +10,10 @@
"author": "OKFocus",
"license": "UNLICENSED",
"dependencies": {
- "dotenv": "^1.1.0"
+ "dotenv": "^1.1.0",
+ "express": "^4.14.0",
+ "object-assign": "^4.1.0",
+ "q": "^1.4.1",
+ "request": "^2.74.0"
}
}