{
  "name": "joi-to-json-schema",
  "version": "5.1.0",
  "description": "Joi -> JSON Schema Converter",
  "main": "build/index.js",
  "scripts": {
    "build": "babel -s --out-dir build src",
    "pretest": "npm run build",
    "test": "mocha",
    "prepublish": "npm run build"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/lightsofapollo/joi-to-json-schema.git"
  },
  "keywords": [
    "joi",
    "json-schema",
    "json",
    "schema"
  ],
  "author": "James Lal [:lightsofapollo]",
  "maintainers": [
    "Rob Raisch [:raisch]"
  ],
  "contributors": [
    {
      "name": "MooYeol Prescott Lee",
      "email": "mooyoul@gmail.com",
      "url": "https://github.com/mooyoul"
    }
  ],
  "license": "Apache2",
  "bugs": {
    "url": "https://github.com/lightsofapollo/joi-to-json-schema/issues"
  },
  "homepage": "https://github.com/lightsofapollo/joi-to-json-schema",
  "devDependencies": {
    "babel-cli": "^6.24.0",
    "babel-preset-latest": "^6.24.0",
    "babel-register": "^6.24.0",
    "@hapi/joi": "^15.0.3",
    "json-schema": "^0.2.2",
    "lodash": "^4.17.11",
    "mocha": "^2.5.3"
  }
}
