UNPKG

ftp-bucket

Version:

A FTP storage bucket implementation for NodeJS

39 lines (38 loc) 792 B
{ "name": "ftp-bucket", "version": "0.0.2", "description": "A FTP storage bucket implementation for NodeJS", "keywords": [ "FTP", "storage", "bucker", "file" ], "main": "./lib", "scripts": { "test": "mocha -S --ui bdd --recursive ./test --reporter spec --bail --exit" }, "author": { "name": "Benjamin Comeau" }, "dependencies": { "async": "2.6.0", "bluebird": "3.5.1", "promise-ftp": "1.3.5", "mime-type": "3.0.5", "path": "0.12.7", "ssh2-sftp-client": "2.1.1", "url": "0.11.0", "uuid": "3.2.1" }, "devDependencies": { "mocha": "5.0.5", "should": "13.2.1", "async": "2.6.0" }, "repository": { "type": "git", "url": "https://github.com/bcomeau/node-ftp-bucket" }, "license": "MIT" }