UNPKG

json-schema-md-doc

Version:

Generate markdown documentation for JSON Schemas

26 lines (25 loc) 789 B
{ "name": "json-schema-md-doc", "author": "Brian Wendt (https://github.com/BrianWendt)", "description": "Generate markdown documentation for JSON Schemas", "main": "./docs/lib/JSONSchemaMarkdown.js", "keywords": [ "json-schema" ], "version": "1.0.0", "license": "See LICENSE file", "repository": { "type": "git", "url": "https://github.com/BrianWendt/json-schema-md-doc" }, "scripts": { "doc": "./node_modules/.bin/jsdoc -R ./README.md -c ./scripts/jsdoc_config.json", "npm": "node ./scripts/npm.js" }, "homepage": "https://brianwendt.github.io/json-schema-md-doc", "public": true, "dependencies": { "docdash": "^1.1.0", "jsdoc": "^3.6.10" } }