{
  "name": "mesosctl",
  "version": "0.1.10",
  "description": "A command-line tool to dynamically provision and manage Mesos clusters and their applications",
  "main": "bin/mesosctl.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "keywords": [
    "mesos",
    "cli",
    "dcos",
    "mesosctl",
    "cluster",
    "ansible",
    "devops",
    "apps",
    "automation",
    "paas"
  ],
  "author": {
    "name": "TobiLG",
    "email": "tobilg@gmail.com",
    "url": "https://github.com/tobilg"
  },
  "bin": {
    "mesosctl": "bin/mesosctl.js"
  },
  "license": "MIT",
  "dependencies": {
    "ajv": "^4.6.0",
    "ascii-table": "0.0.9",
    "async": "^2.0.1",
    "chalk": "^1.1.3",
    "lunr": "^0.7.0",
    "js-yaml": "^3.6.1",
    "mesosdns-http-agent": "^0.2.2",
    "mustache": "^2.2.1",
    "node-ansible": "^0.5.5",
    "password-hash": "^1.2.2",
    "progress": "^1.1.8",
    "request": "^2.74.0",
    "ssh2": "^0.5.1",
    "unzip": "^0.1.11",
    "vorpal": "^1.11.4"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/mesoshq/mesosctl.git"
  },
  "bugs": {
    "url": "https://github.com/mesoshq/mesosctl/issues"
  }
}
