{
  "author": {
    "name": "Josh Holloway"
  },
  "bugs": {
    "url": "https://github.com/imjoshholloway/express-joi-validator/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "boom": "2.6.x",
    "extend": "2.0.x",
    "joi": "6.x.x"
  },
  "description": "Express Middleware for Walmart's Joi Validator",
  "devDependencies": {
    "body-parser": "1.10.x",
    "chai": "1.10.x",
    "express": "4.10.x",
    "istanbul": "0.3.x",
    "mocha": "2.1.x",
    "supertest": "0.15.x"
  },
  "engines": {
    "node": ">=0.10.30"
  },
  "homepage": "https://github.com/imjoshholloway/express-joi-validator",
  "keywords": [
    "express",
    "joi",
    "middleware",
    "validation"
  ],
  "license": "MIT",
  "main": "index.js",
  "name": "express-joi-validator",
  "peerDependencies": {
    "joi": "6.x.x"
  },
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/threadster/express-joi-validator.git"
  },
  "scripts": {
    "coverage": "istanbul cover _mocha -- -u exports -R spec",
    "test": "mocha"
  },
  "version": "2.0.1"
}
