bsiddiqui/bookshelf-modelbase

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "bookshelf-modelbase",
  "version": "2.11.0",
  "description": "Extensible ModelBase for bookshelf-based model layers",
  "main": "./lib",
  "scripts": {
    "test": "standard && istanbul cover _mocha"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/bsiddiqui/bookshelf-modelbase.git"
  },
  "author": "Basil Siddiqui <basil.siddiqui@gmail.com>, Grayson Chao <grayson.chao@gmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/bsiddiqui/bookshelf-modelbase/issues"
  },
  "homepage": "https://github.com/bsiddiqui/bookshelf-modelbase",
  "dependencies": {
    "joi": "^14.3.1",
    "lodash.difference": "^4.5.0"
  },
  "devDependencies": {
    "bookshelf": "^1.1.0",
    "chai": "^4.2.0",
    "istanbul": "^0.4.4",
    "knex": "^0.20.10",
    "mocha": "^5.2.0",
    "sinon": "^6.3.4",
    "sqlite3": "^4.0.2",
    "standard": "^12.0.1"
  }
}