aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorValentin Popov <info@valentineus.link>2017-10-05 00:52:35 +0300
committerValentin Popov <info@valentineus.link>2017-10-05 00:52:35 +0300
commit15f294f270b2f0b65a83c16f1f25738b9b03fdc8 (patch)
tree0f763d32c1076e66a2ae706152b84a6872ef494c /package.json
parentb36916c7f540d55ae28962503d4d1135e3ce3092 (diff)
downloadsimple-container-15f294f270b2f0b65a83c16f1f25738b9b03fdc8.tar.xz
simple-container-15f294f270b2f0b65a83c16f1f25738b9b03fdc8.zip
Realization of the basic functionality of creating the container
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",