{
  "name": "bookshelf-schema",
  "version": "0.3.6",
  "description": "Plugin for adding schema to Bookshelf models",
  "main": "lib/index.js",
  "scripts": {
    "test": "cake test",
    "prepublish": "cake build"
  },
  "keywords": [
    "bookshelf",
    "orm"
  ],
  "author": "Alexander Bogdanov <andorn@gmail.com>",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/bogus34/bookshelf-schema"
  },
  "devDependencies": {
    "bookshelf": ">=0.8.2 <0.11",
    "chai": "^3.3.0",
    "chai-as-promised": "^6.0.0",
    "chai-spies": "^0.7.1",
    "co": "^4.6.0",
    "coffee-coverage": "^2.0.0",
    "coffee-script": "^1.12.7",
    "istanbul": "^0.4.2",
    "knex": ">=0.8.6 <0.13",
    "mocha": "^3.5.3",
    "pg": "^6.4.2",
    "sqlite3": "^3.1.13"
  },
  "dependencies": {
    "checkit": "^0.7.0",
    "inflection": "^1.8.0",
    "semver-compare": "^1.0.0"
  },
  "peerDependencies": {
    "bookshelf": ">=0.8.2 <0.11"
  }
}
