{
  "name": "ducke",
  "version": "2.4.0",
  "description": "A nodejs API and command line tool for docker",
  "bin": {
    "ducke": "bin/ducke.js"
  },
  "dependencies": {
    "colors": "1.0.3",
    "ducke-modem": "1.0.0",
    "tar-fs": "1.4.1"
  },
  "repository": {
    "type": "git",
    "url": "git@github.com:metocean/ducke.git"
  },
  "main": "index.js",
  "author": "Thomas Coats",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/metocean/ducke/issues"
  },
  "readmeFilename": "README.md",
  "homepage": "https://github.com/metocean/ducke"
}