{
  "name": "json-schema-to-markdown-table",
  "version": "0.4.0",
  "description": "Convert JSON schema to a markdown table",
  "keywords": ["json", "schema", "jsonschema", "markdown", "table"],
  "license": "ISC",
  "author": "Chris Clark",
  "repository": {
    "type": "git",
    "url": "git@github.com:clark800/json-schema-to-markdown.git"
  },
  "bin": {
    "json-schema-to-markdown": "./json-schema-to-markdown.js"
  },
  "main": "index.js"
}
