supdock 3.4.0

What's Up, Doc(ker)? A slightly more visual way to interact with the docker daemon
{
  "name": "supdock",
  "version": "3.0.0",
  "description": "What's Up, Doc(ker)? A slightly more visual way to interact with the docker daemon",
  "files": [
    "bin",
    "scripts/preinstall.js"
  ],
  "bin": {
    "supdock": "./bin/supdock"
  },
  "scripts": {
    "preinstall": "node ./scripts/preinstall.js",
    "generate:changelog": "./scripts/generate-tags.sh && gitmoji-changelog"
  },
  "author": "Niels Segers",
  "license": "ISC",
  "homepage": "https://github.com/segersniels/supdock#readme",
  "bugs": {
    "url": "https://github.com/segersniels/supdock/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/segersniels/supdock.git"
  },
  "keywords": [
    "docker",
    "supdock",
    "visual",
    "interactive",
    "wrapper",
    "cli",
    "compose",
    "docker-compose"
  ]
}