{
  "name": "sublime-sync",
  "version": "0.3.1",
  "description": "A directory watcher / sync tool for the Sublime SFTP plugin",
  "main": "index.js",
  "preferGlobal": "true",
  "repository": {
    "type": "git",
    "url": "https://github.com/RickGroenewegen/sublime-sync.git"
  },
  "bin": {
    "sublime-sync": "index.js"
  },
  "dependencies": {
    "colors": "^1.1.2",
    "keychain": "^1.0.0",
    "node-watch": "^0.4.1",
    "prompt": "^0.2.14",
    "relaxed-json": "^1.0.0",
    "sftps": "^0.2.8"
  },
  "keywords": [
    "sublime",
    "sftp",
    "sync",
    "ftp",
    "watch",
    "watcher",
    "synchronize",
    "synchronise",
    "sync",
    "files",
    "folders"
  ],
  "author": "Rick Groenewegen <rick@aanzee.nl> (http://www.rickgroenewegen.nl)",
  "license": "ISC"
}
