{
  "name": "json-markdown",
  "version": "1.0.9",
  "description": "Generate Markdown documentation for your JSON schema",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "maintainer": [
    "Jeremy Rajan <jeremyrajan@gmail.com> (github.com/jeremyrajan)"
  ],
  "dependencies": {
    "chalk": "^2.4.1",
    "lodash": "^4.17.11",
    "object-assign": "^4.1.1",
    "yargs": "^12.0.4"
  },
  "keywords": [
    "json-schema",
    "markdown",
    "documentation",
    "md",
    "jsonschema",
    "jsonschema-md"
  ],
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/jeremyrajan/json-markdown/issues"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/jeremyrajan/json-markdown"
  },
  "bin": {
    "json-markdown": "bin/index.js"
  },
  "devDependencies": {
    "gulp": "^3.9.1",
    "gulp-eslint": "^5.0.0",
    "eslint": "^5.9.0",
    "eslint-config-airbnb": "13.0.0",
    "eslint-plugin-import": "^2.14.0",
    "update-notifier": "^2.5.0"
  }
}
