{
  "name": "sshex",
  "version": "1.0.8",
  "description": "An enhanced SSH client where you could press CTRL+Q to access an SFTP prompt at any time",
  "main": "sshex.js",
  "dependencies": {
    "chalk": "^1.1.3",
    "commander": "^2.9.0",
    "ip-address": "^5.8.8",
    "minimatch": "^3.0.3",
    "ssh2": "^0.5.4",
    "ssh2-streams": "^0.1.16",
    "string-argv": "^0.0.2"
  },
  "devDependencies": {},
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "install": "node create_bins.js install",
    "uninstall": "node create_bins.js uninstall"
  },
  "repository" : {
    "type" : "git",
    "url" : "https://github.com/houqiming/sshex.git"
  },
  "keywords": [
    "ssh",
    "sftp",
    "terminal",
    "cli",
    "windows",
    "msys",
    "cygwin",
    "client"
  ],
  "readme": "README.md",
  "author": "Qiming Hou",
  "license": "MIT"
}
