{
  "name": "gd-cli",
  "version": "2.14.4",
  "description": "GD Command Line Interface",
  "main": "index.js",
  "scripts": {
    "up": "sudo ncu -ua && sudo npm i"
  },
  "repository": {
    "type": "git",
    "url": "git@git.studio.gd:gd/gd-cli.git"
  },
  "bin": {
    "gd": "./index.js",
    "gd-gui": "./index-gui.js",
    "gd-clone": "./index-clone.js"
  },
  "preferGlobal": "true",
  "author": "Sylvain Baronnet <sylvain@studio.gd> (http://studio.gd)",
  "license": "ISC",
  "dependencies": {
    "chalk": "^2.1.0",
    "commander": "^2.11.0",
    "configstore": "^3.1.1",
    "figures": "^2.0.0",
    "find-up": "^2.1.0",
    "git-origin-url": "^0.3.0",
    "git-state": "^4.0.0",
    "git-url-parse": "^7.0.1",
    "globule": "^1.2.0",
    "inquirer": "^3.2.3",
    "is-object": "^1.0.1",
    "is-online": "^7.0.0",
    "is-there": "^4.4.3",
    "is-up": "sylvainbaronnet/is-up",
    "jsonfile": "^3.0.1",
    "log-update": "^2.1.0",
    "mkpath": "^1.0.0",
    "opn": "^5.1.0",
    "replace-in-file": "^2.6.4",
    "request": "^2.81.0",
    "shelljs": "^0.7.8",
    "sort-object": "^3.0.2",
    "sudo-prompt": "^7.1.1",
    "then-request": "^4.1.0",
    "update-notifier": "^2.2.0",
    "user-home": "^2.0.0"
  },
  "config": {
    "type": "node",
    "gitlab_id": 191,
    "branch": ""
  },
  "servers": {
    "dev": {
      "url": "",
      "db_name": "",
      "branch": "",
      "db_pass": ""
    }
  }
}
