{
  "name": "restify-mongoose",
  "version": "5.0.0",
  "description": "Expose mongoose models as REST resources",
  "author": "christoph.walcher@gmail.com",
  "contributors": [
    {
      "name": "Matthieu Bacconnier",
      "email": "neamar@neamar.fr",
      "url": "http://blog.neamar.fr"
    },
    {
      "name": "Dave Jensen",
      "email": "david@jensen47.com",
      "url": "http://build47.com"
    },
    {
      "name": "Ismar Slomic",
      "email": "ismar@slomic.no"
    }
  ],
  "main": "index.js",
  "scripts": {
    "test": "nyc --reporter=text-summary mocha --recursive --throw-deprecation",
    "coverage": "nyc report --reporter=text-lcov | coveralls",
    "lint": "eslint .",
    "lint:fix": "eslint . --fix",
    "release": "standard-version"
  },
  "keywords": [
    "restify",
    "mongoose",
    "REST",
    "resource"
  ],
  "license": "BSD-2-Clause",
  "dependencies": {
    "async": "^3.1.0",
    "mongoose": "^5.7.5",
    "restify": "^8.4.0",
    "restify-errors": "^8.0.1"
  },
  "devDependencies": {
    "coveralls": "^3.0.7",
    "drop-mongodb-collections": "^1.2.5",
    "eslint": "^6.5.1",
    "mocha": "^6.2.1",
    "nyc": "^14.1.1",
    "should": "^13.2.3",
    "sinon": "^7.5.0",
    "standard-version": "^7.0.0",
    "supertest": "^4.0.2"
  },
  "bugs": "https://github.com/saintedlama/restify-mongoose/issues",
  "repository": {
    "type": "git",
    "url": "https://github.com/saintedlama/restify-mongoose.git"
  }
}
