{
  "name": "s3-client",
  "version": "4.4.2",
  "description": "high level amazon s3 client. upload and download files and directories",
  "main": "lib/index.js",
  "scripts": {
    "test": "mocha",
    "security": "nsp check --summary",
    "publish:patch": "npm version patch && npm publish",
    "publish:minor": "npm version minor && npm publish",
    "publish:major": "npm version major && npm publish"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/matrus2/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": "^5.2.0",
    "ncp": "^2.0.0"
  },
  "dependencies": {
    "aws-sdk": "^2.328.0",
    "fd-slicer": "^1.1.0",
    "findit2": "~2.2.3",
    "graceful-fs": "~4.1.11",
    "mime": "^2.3.1",
    "mkdirp": "~0.5.1",
    "pend": "~1.2.0",
    "rimraf": "~2.6.2",
    "streamsink": "~1.2.0"
  },
  "bugs": {
    "url": "https://github.com/andrewrk/node-s3-client/issues"
  },
  "directories": {
    "test": "test"
  }
}
