UNPKG

raml2htmlfix

Version:

RAML to HTML documentation generator

51 lines (50 loc) 1.04 kB
{ "name": "raml2htmlfix", "description": "RAML to HTML documentation generator", "version": "6.3.1", "author": { "name": "Kevin Renskers", "email": "kevin@mixedcase.nl" }, "bugs": { "url": "https://github.com/raml2html/raml2html/issues" }, "dependencies": { "marked": "0.3.x", "minimize": "2.1.x", "nunjucks": "2.5.x", "nunjucks-markdown": "2.0.x", "raml2html-default-theme": "2.x", "raml2objfix": "5.3.0", "yargs": "7.1.x" }, "devDependencies": { "eslint": "3.19.x", "eslint-plugin-prettier": "2.0.x", "prettier": "1.x" }, "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": ">=4" } }