{
  "name": "grid-cli",
  "version": "0.4.14",
  "description": "",
  "main": "index.js",
  "engines": {
    "node": ">=4.0"
  },
  "scripts": {
    "test": "bash test/test.sh"
  },
  "bin": {
    "grid": "./bin/grid"
  },
  "dependencies": {
    "toml-js" : "*",
    "toml" : "*",
    "grid-api": "latest",
    "commander": "*",
    "cli-table2": "*",
    "shelljs": "*",
    "inquirer": "*",
    "chalk": "*",
    "ssh-exec": "*",
    "ora": "*",
    "clear": "*",
    "async": "*",
    "cli-spinners": "*",
    "multissh": "*",
    "ssh-keygen2": "*",
    "strip-ansi" : "*",
    "pm2" : "next",
    "moniker": "*"
  },
  "devDependencies": {
    "should": "*",
    "mocha": "*"
  },
  "author": "Gridcontrol <contact@gridcontrol.tech>",
  "license": "ISC"
}
