{
  "name": "ssh-pool",
  "version": "5.3.0",
  "description": "Run remote commands over a pool of server using SSH.",
  "engines": {
    "node": ">=6"
  },
  "author": "Greg Bergé <berge.greg@gmail.com>",
  "license": "MIT",
  "repository": "https://github.com/shipitjs/shipit/tree/master/packages/shipit-deploy",
  "main": "lib/index.js",
  "keywords": [
    "shipit",
    "automation",
    "deployment",
    "ssh"
  ],
  "scripts": {
    "prebuild": "rm -rf lib/",
    "build": "babel --config-file ../../babel.config.js -d lib --ignore \"**/*.test.js\" src",
    "prepublishOnly": "yarn run build"
  },
  "dependencies": {
    "stream-line-wrapper": "^0.1.1",
    "tmp": "^0.1.0",
    "which": "^1.3.1"
  },
  "gitHead": "5e9b5fb4396e75cbe43382781c0b06491a66ad3c"
}
