{
  "name": "fluent-dynamo",
  "version": "1.4.0",
  "description": "A fluent interface for Amazon DynamoDB in Node.js",
  "main": "lib/fluent.js",
  "directories": {
    "test": "test"
  },
  "scripts": {
    "test": "istanbul cover --report html node_modules/.bin/_mocha",
    "coverage": "istanbul cover --report lcovonly node_modules/.bin/_mocha",
    "codeclimate": "codeclimate-test-reporter < coverage/lcov.info"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/bakerface/fluent-dynamo.git"
  },
  "keywords": [
    "fluent",
    "interface",
    "amazon",
    "dynamo"
  ],
  "author": "Christopher M. Baker",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/bakerface/fluent-dynamo/issues"
  },
  "homepage": "https://github.com/bakerface/fluent-dynamo",
  "devDependencies": {
    "codeclimate-test-reporter": "^0.1.1",
    "istanbul": "^0.4.0",
    "mocha": "^2.3.3",
    "should": "^7.1.1"
  },
  "dependencies": {
    "aws-sdk": "^2.1.10",
    "when": "^3.7.2"
  }
}
