UNPKG

json-docs-generator

Version:

Util for describe REST APIs via docs.

39 lines (38 loc) 855 B
{ "name": "json-docs-generator", "version": "1.5.1", "description": "Util for describe REST APIs via docs.", "main": "src/index.js", "scripts": { "test": "./src/cli.js --input ./assets/api.js --output ./assets/example.md" }, "bin": { "generate-docs": "./src/cli.js" }, "repository": { "type": "git", "url": "git+https://github.com/bifot/json-docs-generator.git" }, "keywords": [ "json", "docs", "rest", "api", "rest", "api", "generator", "documentation", "doc" ], "author": "Mikhail Semin", "license": "MIT", "bugs": { "url": "https://github.com/bifot/json-docs/issues" }, "homepage": "https://github.com/bifot/json-docs#readme", "devDependencies": { "eslint": "^5.7.0", "eslint-config-airbnb-base": "^13.1.0", "eslint-plugin-import": "^2.14.0" } }