{
  "name": "ssh2-utils",
  "version": "1.0.28",
  "description": "ssh2 utilities to easy usage of mscdex/ssh2",
  "main": "index.js",
  "repository": {
    "type": "git",
    "url": "http://github.com/maboiteaspam/ssh2-utils.git"
  },
  "scripts": {
    "test": "export DEBUG='ssh2-utils'; mocha"
  },
  "keywords": [
    "ssh2",
    "utitilities"
  ],
  "author": "maboiteaspam",
  "license": "WTF",
  "dependencies": {
    "async": "^0.9.0",
    "debug": "^2.1.3",
    "fs-extra": "^0.18.2",
    "glob": "^5.0.5",
    "path": "^0.11.14",
    "ssh2": "^0.4.6",
    "ssh2shell": "^1.3.8",
    "through": "^2.3.7",
    "underscore": "^1.8.3",
    "underscore.string": "^3.0.3"
  },
  "devDependencies": {
    "cluc": "^1.0.19",
    "inquirer": "^0.8.3",
    "node-vagrant-bin": "^1.0.1",
    "semver": "^4.3.4",
    "should": "^6.0.1"
  }
}
