{
  "name": "multer-ftp-storage",
  "version": "1.0.2",
  "description": "A FTP storage for multer",
  "main": "storage.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "start": "node storage.js"
  },
  "keywords": [
    "multer",
    "multer-storage",
    "FTP multer",
    "FTP storage"
  ],
  "author": "",
  "license": "ISC",
  "dependencies": {
    "basic-ftp": "^5.0.2",
    "ftp": "^0.3.10",
    "path": "^0.12.7"
  },
  "devDependencies": {
    "bluebird": "^3.7.2",
    "multer": "1.4.5-lts.1",
    "lodash": "^4.17.21",
    "lodash.defaults": "^4.2.0",
    "express": "^4.18.2",
    "easy-ftp": "^0.4.2"
  }
}
