{
  "name": "rover-ftp",
  "version": "0.1.12",
  "description": "Rover FTP will fetch new files from an FTP Server for you!",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "bin": {
    "rover-ftp": "./index.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/codeandcats/rover-ftp.git"
  },
  "keywords": [
    "ftp",
    "download",
    "fetch",
    "rover"
  ],
  "author": "Ben <codeandcats@gmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/codeandcats/rover-ftp/issues"
  },
  "homepage": "https://github.com/codeandcats/rover-ftp#readme",
  "dependencies": {
    "chalk": "^1.1.1",
    "commander": "^2.9.0",
    "ejs": "^2.4.1",
    "filesize": "^3.2.1",
    "ftp-client": "^0.2.2",
    "jsonfile": "^2.2.3",
    "lodash": "^4.3.0",
    "moment": "^2.11.2",
    "nodemailer": "^2.3.0",
    "promise-ftp": "^1.2.13",
    "promise-ftp-common": "^1.1.5"
  }
}
