{
  "name": "fireball-db",
  "version": "0.3.13",
  "description": "a lightweight model wrapper for DynamoDB",
  "keywords": [
    "DynamoDb",
    "model"
  ],
  "homepage": "https://github.com/JohnnyDevMode/fireball-db",
  "bugs": "https://github.com/JohnnyDevMode/fireball-db",
  "repository": {
    "type": "git",
    "url": "https://github.com/JohnnyDevMode/fireball-db.git"
  },
  "author": "DevMode, Inc. <oss@devmode.com> (http://devmode.com)",
  "contributors": [
    "John E. Bailey <john@devmode.com>"
  ],
  "licenses": [
    {
      "type": "MIT",
      "url": "https://github.com/JohnnyDevMode/fireball-db/blob/master/LICENSE-MIT"
    }
  ],
  "main": "lib/index.js",
  "engines": {
    "node": "4.4.4",
    "npm": "3.8.9"
  },
  "scripts": {
    "test": "grunt test",
    "coverage": "grunt coverage"
  },
  "dependencies": {
    "keygen": "~0.2.0",
    "aws-sdk": "~2.7.0",
    "lodash": "~4.17.0",
    "ppl": "~0.1.8"
  },
  "devDependencies": {
    "async": "^2.0.1",
    "coffee-script": "~1.7.1",
    "del": "2.2.0",
    "gulp": "3.9.1",
    "gulp-cached": "1.1.0",
    "gulp-coffee": "2.3.2",
    "gulp-help": "1.6.1",
    "gulp-istanbul": "0.10.4",
    "gulp-mocha": "2.2.0",
    "chai": "^3.0.0",
    "chai-things": "^0.2.0",
    "sinon": "^1.14.0",
    "mocha": "^2.1.0",
    "mockery": "^2.0.0",
    "local-dynamo": "0.4.1"
  }
}
