{
  "name": "dockerify-cli",
  "version": "0.0.4",
  "description": "A CLI for simplifying how to dockerize NodeJS based applications",
  "keywords": [
    "dockerify",
    "dockerize",
    "docker",
    "node"
  ],
  "bin": {
    "dockerify": "bin/index.js"
  },
  "dependencies": {
    "commander": "^2.19.0",
    "prompts": "^2.0.3"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/jonathanpalma/dockerify-cli.git"
  },
  "bugs": {
    "url": "https://github.com/jonathanpalma/dockerify-cli/issues"
  },
  "author": "Jonathan Palma <tanpalma04@gmail.com> (http://jonathanpalma.me)",
  "license": "MIT"
}
