From 15f294f270b2f0b65a83c16f1f25738b9b03fdc8 Mon Sep 17 00:00:00 2001 From: Valentin Popov Date: Thu, 5 Oct 2017 01:52:35 +0400 Subject: Realization of the basic functionality of creating the container --- package.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'package.json') 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", -- cgit v1.2.3