{
  "name": "node-red-contrib-ftp-sftp",
  "version": "1.8.8",
  "description": "A node-red node that support FTP and SFTP file transfer using $() environment variables to control the ftp connection details",
  "main": "sftp.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/HardingPoint/node-red-contrib-ftp-sftp.git"
  },
  "keywords": [
    "node-red",
    "ftp",
    "sftp",
    "redconnect"
  ],
  "node-red": {
    "nodes": {
      "ftp": "ftp.js",
      "sftp": "sftp.js"
    }
  },
  "author": "Joe Gaska [Harding Point]",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/HardingPoint/node-red-contrib-ftp-sftp/issues"
  },
  "homepage": "https://github.com/HardingPoint/node-red-contrib-ftp-sftp#readme",
  "dependencies": {
    "ftp": "^0.3.10",
    "jsftp": "git+https://github.com/sergi/jsftp.git",
    "ssh2-sftp-client": "^1.1.0"
  }
}
