{
  "name": "baucis",
  "author": {
    "name": "William Riley-Land",
    "email": "william@kun.io",
    "url": "http://kun.io"
  },
  "homepage": "https://git.kun.io/wprl/baucis",
  "version": "2.0.11",
  "main": "index.js",
  "scripts": {
    "test": "./node_modules/.bin/mocha --bail",
    "coverage": "./node_modules/.bin/nyc ./node_modules/.bin/_mocha"
  },
  "repository": {
    "type": "git",
    "url": "https://git.kun.io/wprl/baucis.git"
  },
  "bugs": {
    "url": "https://git.kun.io/wprl/baucis/issues/new",
    "email": "william@kun.io"
  },
  "publishConfig": {
    "registry": "https://registry.npmjs.org/"
  },
  "license": "MIT",
  "description": "Build scalable REST APIs using the open source tools and standards you already know.",
  "keywords": [
    "REST",
    "RESTful",
    "API",
    "express",
    "mongoose",
    "schema",
    "schemata",
    "model",
    "mde",
    "mongo",
    "rfc2616",
    "web",
    "http"
  ],
  "dependencies": {
    "baucis-json": "^1.0.0",
    "baucis-links": "^1.0.0",
    "deco": "^0.12.0",
    "event-stream": "^3.3.0",
    "pluralize": "^7.0.0",
    "rest-error": "^1.2.0",
    "semver": "^4.3.4"
  },
  "peerDependencies": {
    "mongoose": "^5.0.0",
    "express": "^4.12.0"
  },
  "devDependencies": {
    "async": "^2.6.4",
    "body-parser": "^1.12.3",
    "expect.js": "^0.3.1",
    "mocha": "^10.2.0",
    "nyc": "^15.1.0",
    "parse-links": "^0.1.0",
    "passport": "^0.6.0",
    "passport-local": "^1.0.0",
    "request": "^2.55.0",
    "through": "^2.3.7"
  },
  "contributors": [
    {
      "name": "eguneys",
      "url": "https://github.com/eguneys"
    },
    {
      "name": "feychenie",
      "url": "https://github.com/feychenie"
    },
    {
      "name": "pirhoo",
      "url": "https://github.com/pirhoo"
    },
    {
      "name": "neverfox",
      "url": "https://github.com/neverfox"
    },
    {
      "name": "lukaszfiszer",
      "url": "https://github.com/lukaszfiszer"
    },
    {
      "name": "lcalvy",
      "url": "https://github.com/lcalvy"
    },
    {
      "name": "stemey",
      "url": "https://github.com/stemey"
    },
    {
      "name": "Illniyar",
      "url": "https://github.com/Illniyar"
    },
    {
      "name": "fanfuzion",
      "url": "https://github.com/fanfuzion"
    },
    {
      "name": "felipefdl",
      "url": "https://github.com/felipefdl"
    },
    {
      "name": "andyzickler",
      "url": "https://github.com/andyzickler"
    },
    {
      "name": "nathanredblur",
      "url": "https://github.com/nathanredblur"
    }
  ]
}
