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 af90cf5..c95c1e2 100644
--- a/package.json
+++ b/package.json
@@ -26,7 +26,9 @@
"mocha": "^4.0.0"
},
"dependencies": {
- "ancient-funicular": "^3.0.0"
+ "ancient-funicular": "^3.0.0",
+ "debug": "^3.1.0",
+ "dockerode": "^2.5.1"
},
"scripts": {
"test": "mocha src/tests/index.js --require babel-core/register",