{
  "name": "bookshelf-entity",
  "version": "0.5.0",
  "description": "Bookshelf plugin for controlling/formatting model output using json-entity",
  "main": "index.js",
  "repository": "joshswan/bookshelf-entity",
  "bugs": "https://github.com/joshswan/bookshelf-entity/issues",
  "author": "Josh Swan <josh@sportifik.com>",
  "license": "MIT",
  "keywords": [
    "json",
    "entity",
    "api",
    "response",
    "grape",
    "mask",
    "whitelist",
    "formatting",
    "bookshelf",
    "model",
    "serialization"
  ],
  "files": [
    "index.js",
    "LICENSE",
    "README.md"
  ],
  "scripts": {
    "lint": "eslint index.js"
  },
  "peerDependencies": {
    "bookshelf": "^0.12.1"
  },
  "dependencies": {
    "json-entity": "^0.3.0",
    "lodash": "^4.17.5"
  },
  "devDependencies": {
    "eslint": "^4.18.2",
    "eslint-config-airbnb-base": "^12.1.0",
    "eslint-plugin-import": "^2.9.0"
  }
}
