{
  "name": "aws-s3-sync",
  "version": "0.1.7",
  "main": "index.js",
  "license": "MIT",
  "description": "Sync Amazon S3 Bucket",
  "homepage": "https://github.com/raecoo/aws-s3-sync#readme",
  "author": {
    "email": "raecoo@gmail.com",
    "name": "Raecoo Cao",
    "url": "raecoo.com"
  },
  "bin" : {
    "s3sync": "./bin/s3sync.js"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/raecoo/aws-s3-sync.git"
  },
  "keywords": [
    "aws",
    "s3",
    "sync"
  ],
  "bugs": {
    "url": "https://github.com/raecoo/aws-s3-sync/issues"
  },
  "dependencies": {
    "aws-sdk": "^2.2.26",
    "bluebird": "^2.9.34",
    "chalk": "^1.1.0",
    "commander": "^2.8.1",
    "debug": "^2.2.0",
    "filesize": "^3.1.3",
    "mime": "^1.3.4",
    "ncp": "^2.0.0",
    "progress": "^1.1.8",
    "rimraf": "^2.4.2"
  }
}
