{
  "name": "grunt-ssh-xf",
  "description": "SSH and SFTP tasks for Grunt",
  "version": "0.12.10",
  "homepage": "https://github.com/israelroldan/grunt-ssh",
  "author": {
    "name": "Andrew Jones",
    "email": "andrew@arjones.co.uk",
    "url": "http://andrew-jones.com"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/Xfennec/grunt-ssh.git"
  },
  "license": "MIT",
  "main": "grunt.js",
  "engines": {
    "node": ">= 0.8.7"
  },
  "scripts": {
    "test": "grunt"
  },
  "dependencies": {
    "ssh2": "~1.16.0",
    "async": ">=1.0.0",
    "progress": "~1.1.3"
  },
  "devDependencies": {
    "grunt": "~0.4.1",
    "grunt-cli": "~0.1",
    "grunt-contrib-jshint": "~0.1.1",
    "grunt-bump": "~0.0.2",
    "nodeunit": "~0.7.4",
    "grunt-contrib-nodeunit": "~0.2.2",
    "sinon": "~1.6.0",
    "grunt-beautify": "git+https://github.com/terryweiss/grunt-beautify.git#FixForGrunt040",
    "grunt-npm": "0.0.2"
  },
  "peerDependencies": {
    "grunt": ">=0.4.1"
  },
  "keywords": [
    "gruntplugin",
    "ssh",
    "scp",
    "sftp",
    "remote",
    "exec",
    "rexec"
  ],
  "contributors": [
    "Andrew Jones <andrewjones86@googlemail.com>",
    "Andrew Jones <andrew@arjones.co.uk>",
    "Charlie Rosenbury <gmail@rosenbury.com>",
    "Marcin Szczepanski <marcins@webqem.com>",
    "andrewrjones <andrewjones86@googlemail.com>",
    "David J. Bradshaw <dave@bradshaw.net>",
    "John Wright <johngeorge.wright@gmail.com>",
    "John Wright <johnwright@fairfaxmedia.com.au>",
    "MFR <franc@fg.cz>",
    "rysi3k <rysi3k@gmail.com>",
    "xescuGC <xescugil@gmail.com>",
    "Mark Stosberg <mark@rideamigos.com>",
    "Andrew Stewart <andy@rocketboots.com>",
    "sheo13666 <sheo13666q@gmail.com>",
    "Anders Johnson <adjohnson916@gmail.com>",
    "Robert Price <robert.price@gmail.com>",
    "Yannis Sgarra <yannis.sgarra@gmail.com>",
    "fayebear <lolbummer@gmail.com>",
    "harriha <harri.halikka@gmail.com>",
    "jabes <bull.justin@gmail.com>",
    "owenmead <owenmead@gmail.com>",
    "Jason Williams <jaswilli@gmail.com>",
    "Alexandre Richonnier <heralight+github@gmail.com>",
    "Andy Royle <ajroyle@gmail.com>",
    "Andy Shinn <andys@andyshinn.as>",
    "Bernd Matzner <bernd@matznermatzner.de>",
    "Brian White <mscdex@mscdex.net>",
    "Caleb Tomlinson <ctomlinson@opentable.com>",
    "Christoph Krautz <christoph.krautz@comerge.net>",
    "Evan Stoner <evan.stoner@gmail.com>",
    "Franco Luciano Aguilera <flaalf+git@gmail.com>",
    "Fredrik Boström <fredrik@fredrikbostrom.net>",
    "James Wyse <james@jameswyse.net>",
    "Alexander Afanasiev <afanasieffav@gmail.com>",
    "Justin Kulesza <justin.kulesza@atomicobject.com>",
    "Michael Lam <treadsafely@gmail.com>",
    "Niels van Aken <vanaken@10uur.nl>",
    "Uri Chandler <uri@kungfoo.bar>",
    "Xfennec <xfennec@cqfd-corp.org>"
  ]
}
