{ "name": "promise-ftp", "description": "a promise-based ftp client for node.js", "version": "1.3.5", "main": "index.js", "author": "RealtyMaps", "contributors": [ "Joe Ibershoff ", "Moti Zilberman ", "Gabe Martin " ], "files": [ "dist", "index.js" ], "repository": { "type": "git", "url": "https://github.com/realtymaps/promise-ftp" }, "keywords": [ "ftp", "client", "promise", "node" ], "dependencies": { "bluebird": "2.x", "@icetee/ftp": "^0.3.15", "promise-ftp-common": "^1.1.5" }, "devDependencies": { "coffee-script": "1.x" }, "peerDependencies": { "promise-ftp-common": "^1.1.5" }, "license": "MIT", "bugs": { "url": "https://github.com/realtymaps/promise-ftp/issues" }, "engines": { "node": ">=0.11.13", "iojs": "*" }, "scripts": { "prepublish": "coffee --compile --output dist/ lib/", "dev": "coffee --watch --output dist lib/" } }