UNPKG

raml2html

Version:

RAML to HTML documentation generator

53 lines (52 loc) 1.09 kB
{ "name": "raml2html", "description": "RAML to HTML documentation generator", "version": "7.8.0", "author": { "name": "Kevin Renskers", "email": "kevin@loopwerk.io" }, "bugs": { "url": "https://github.com/raml2html/raml2html/issues" }, "dependencies": { "chalk": "^2.4.2", "marked": "^1.0.0", "minimize": "2.2.x", "nunjucks": "^3.2.2", "nunjucks-markdown": "2.0.x", "pretty": "^2.0.0", "raml2html-default-theme": "^2.10.0", "raml2obj": "^6.8.0", "yargs": "^14.2.3" }, "devDependencies": { "eslint": "^7.20.0", "eslint-plugin-prettier": "^3.3.1", "prettier": "^2.2.1" }, "homepage": "https://github.com/raml2html/raml2html", "keywords": [ "RAML" ], "license": "MIT", "main": "index.js", "repository": { "type": "git", "url": "git://github.com/raml2html/raml2html.git" }, "preferGlobal": true, "scripts": { "lint": "eslint . --fix" }, "bin": { "raml2html": "./bin/raml2html" }, "files": [ "index.js", "bin/raml2html" ], "engines": { "node": ">=6" } }