{
  "name": "grunt-rsync",
  "version": "3.0.0",
  "description": "A Grunt task for accessing the file copying and syncing capabilities of the rsync command line utility. Uses the rsyncwrapper npm module for the core functionality.",
  "main": "grunt.js",
  "repository": {
    "type": "git",
    "url": "git://github.com/jedrichards/grunt-rsync.git"
  },
  "homepage": "https://github.com/jedrichards/grunt-rsync",
  "bugs": "https://github.com/jedrichards/grunt-rsync/issues",
  "scripts": {
    "test": "grunt test"
  },
  "dependencies": {
    "rsyncwrapper": "~3.0.1"
  },
  "devDependencies": {
    "grunt": "1.0.1",
    "grunt-contrib-clean": "1.0.0",
    "grunt-contrib-jshint": "1.0.0",
    "grunt-shell": "1.3.1",
    "grunt-vows": "0.4.2",
    "vows": "0.8.1"
  },
  "keywords": [
    "rsync",
    "grunt plugin",
    "gruntplugin",
    "grunt",
    "grunt task",
    "syncing",
    "copying",
    "file manipulation",
    "remote",
    "ssh",
    "exclude patterns"
  ],
  "author": {
    "name": "Jed Richards",
    "email": "jed@seisaku.co.uk"
  },
  "license": "MIT",
  "engines": {
    "node": ">=0.10.25"
  }
}
