{
  "name": "dynamose",
  "description": "A Promise-Based DynamoDB Client",
  "version": "0.0.1",
  "filename": "index.js",
  "main": "index.js",
  "homepage": "https://github.com/a8m/dynamose",
  "author": "Ariel Mashraki <ariel@mashraki.co.il>",
  "repository": {
    "type": "git",
    "url": "https://github.com/a8m/dynamose.git"
  },
  "engines": {
    "node": ">=0.10.0"
  },
  "keywords": [],
  "dependencies": {
    "aws-sdk": "^2.0.25",
    "bluebird": "^2.3.11"
  },
  "devDependencies": {
    "istanbul": "^0.3.2",
    "mocha": "^1.21.5",
    "should": "^4.1.0",
    "sinon": "^1.10.3"
  },
  "scripts": {
    "test": "./node_modules/.bin/istanbul cover ./node_modules/mocha/bin/_mocha -- -u exports test/dynamose"
  },
  "license": "MIT"
}
