{
  "name": "dynamodb-test",
  "version": "0.3.0",
  "description": "Create and destroy DynamoDB and Dynalite tables for use in tape tests",
  "main": "index.js",
  "scripts": {
    "pretest": "eslint index.js test",
    "test": "tape test/*.test.js"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/rclark/dynamodb-test.git"
  },
  "keywords": [
    "AWS",
    "testing",
    "DynamoDB",
    "dynalite",
    "tape"
  ],
  "author": "Ryan Clark",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/rclark/dynamodb-test/issues"
  },
  "homepage": "https://github.com/rclark/dynamodb-test",
  "dependencies": {
    "aws-sdk": "^2.3.14",
    "dynalite": "^1.0.2",
    "dyno": "^1.0.1",
    "underscore": "^1.8.3"
  },
  "devDependencies": {
    "eslint": "^2.10.2",
    "tape": "^4.5.1"
  }
}
