{
  "name": "aws-s3-synch",
  "version": "0.0.7",
  "description": "Provides utilities to synch local file structure to AWS S3 and vice versa. ",
  "main": "index.js",
  "scripts": {
    "test": "mocha"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/hassantariq-carameltech/aws-s3-synch"
  },
  "homepage": "https://github.com/hassantariq-carameltech/aws-s3-synch",
  "keywords": [
    "aws",
    "s3",
    "synch",
    "bucket",
    "node"
  ],
  "author": "Hassan Tariq",
  "license": "MIT",
  "dependencies": {
    "joi": "^13.0.2"
  },
  "devDependencies": {
    "chai": "^4.1.2",
    "dotenv": "^4.0.0",
    "lodash": "^4.17.4",
    "mocha": "^4.0.1"
  }
}
