UNPKG

s3-node-client

Version:

high level amazon s3 client. upload and download files and directories

55 lines (54 loc) 1.1 kB
{ "name": "s3-node-client", "version": "4.4.4", "description": "high level amazon s3 client. upload and download files and directories", "main": "lib/index.js", "scripts": { "test": "mocha" }, "repository": { "type": "git", "url": "https://github.com/shreyawhiz/node-s3-client.git" }, "keywords": [ "amazon", "s3", "sync", "folder", "directory", "retry", "limit", "stream", "async", "parallel", "multipart", "size" ], "author": "Shreya Batra", "engines": { "node": ">=0.10.20" }, "devDependencies": { "mocha": "~2.0.1", "ncp": "~1.0.1" }, "dependencies": { "aws-sdk": "2.67.0", "fd-slicer": "~1.0.0", "findit2": "~2.2.3", "graceful-fs": "~4.1.4", "mime": "~2.3.1", "mkdirp": "~0.5.0", "pend": "~1.2.0", "rimraf": "~2.2.8", "streamsink": "~1.2.0" }, "bugs": { "url": "https://github.com/shreyawhiz/node-s3-client/issues" }, "directories": { "lib": "lib", "test": "test" }, "homepage": "https://github.com/shreyawhiz/node-s3-client#readme" }