{
  "name": "rest-crud-generator",
  "version": "0.1.1",
  "description": "REST API Generator for Bookshelf.js",
  "homepage": "https://github.com/mikec/kalamata",
  "bugs": "https://github.com/thebillkidy/rest-crud-generator/issues",
  "author": "Xavier Geerinck",
  "repository": {
    "type": "git",
    "url": "git://github.com/thebillkidy/rest-crud-generator.git"
  },
  "keywords": [
    "bookshelf",
    "knex",
    "node",
    "REST",
    "API"
  ],
  "peerDependencies": {
    "bookshelf": "^0.10.0"
  },
  "dependencies": {
    "bluebird": "^3.4.1",
    "bookshelf": "^0.10.0",
    "hapi-auth-bearer-simple": "^5.0.1",
    "joi": "^9.0.4",
    "knex": "^0.11.10",
    "pluralize": "^3.0.0"
  },
  "devDependencies": {
    "code": "^3.0.2",
    "hapi": "^14.1.0",
    "lab": "^10.9.0",
    "sinon": "^1.17.5"
  },
  "scripts": {
    "test": "lab -t 100",
    "test-cov-html": "lab -r html -o coverage.html"
  },
  "main": "src/index.js"
}
