{
  "name": "dynamo-client",
  "version": "1.1.5",
  "description": "A low-level client for accessing DynamoDB",
  "author": "Jed Schmidt <tr@nslator.jp> (http://jed.is)",
  "main": "dynamo_client.js",
  "keywords": [
    "amazon",
    "aws",
    "DynamoDB",
    "dynamo",
    "nosql",
    "database"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/jed/dynamo-client.git"
  },
  "license": "MIT",
  "dependencies": {
    "aws4": "~0.2.0"
  },
  "devDependencies": {
    "should": "~1.2.2",
    "mocha": "~1.10.0"
  },
  "scripts": {
    "pretest": "mocha ./test/setup.js -b -t 100s -R list",
    "test": "mocha ./test/fast.js ./test/slow.js -b -t 100s -R list",
    "posttest": "mocha ./test/teardown.js -b -t 100s -R list"
  }
}
