{
  "name": "dynamodb-backup-restore",
  "version": "0.5.0",
  "description": "NPM package for Backup and Restore AWS DynamoDB",
  "homepage": "https://github.com/shevchenkos/DynamoDbBackUp",
  "main": "index.js",
  "author": "shevchenkos",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/shevchenkos/DynamoDbBackUp"
  },
  "keywords": [
    "gulp",
    "javascript",
    "nodejs",
    "plugin",
    "aws",
    "lambda",
    "dynamo",
    "dynamodb",
    "dynamodbstream",
    "s3",
    "restore",
    "backup"
  ],
  "dependencies": {
    "lodash": "^4.13.1",
    "node-zip": "^1.1.0",
    "fs-extra": "^0.26.4"
  },
  "devDependencies": {
    "aws-sdk": "^2.4.7",
    "gulp": "^4.0.0",
    "gulp-jasmine": "^2.4.0",
    "yargs": "^4.6.0"
  }
}
