{
  "name": "s3",
  "version": "4.4.0",
  "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/andrewrk/node-s3-client"
  },
  "keywords": [
    "amazon",
    "s3",
    "sync",
    "folder",
    "directory",
    "retry",
    "limit",
    "stream",
    "async",
    "parallel",
    "multipart",
    "size"
  ],
  "author": "Andrew Kelley",
  "license": "MIT",
  "engines": {
    "node": ">=0.10.20"
  },
  "devDependencies": {
    "mocha": "~2.0.1",
    "ncp": "~1.0.1"
  },
  "dependencies": {
    "aws-sdk": "~2.0.31",
    "fd-slicer": "~1.0.0",
    "findit2": "~2.2.3",
    "graceful-fs": "~3.0.5",
    "mime": "~1.2.11",
    "mkdirp": "~0.5.0",
    "pend": "~1.2.0",
    "rimraf": "~2.2.8",
    "streamsink": "~1.2.0"
  },
  "bugs": {
    "url": "https://github.com/andrewrk/node-s3-client/issues"
  },
  "directories": {
    "test": "test"
  }
}
