UNPKG

raml2html-slate-theme

Version:

A raml2html template for rendering RAML to a Slate like layout

71 lines (70 loc) 1.71 kB
{ "name": "raml2html-slate-theme", "description": "A raml2html template for rendering RAML to a Slate like layout", "version": "2.7.0", "author": { "name": "Wouter Dullaert", "email": "wouter.dullaert@gmail.com", "url": "https://wdullaer.com" }, "bugs": { "url": "https://github.com/wdullaer/raml2html-slate-theme/issues" }, "dependencies": { "marked": "^1.2.7", "minimize": "^2.2.0", "nunjucks": "^3.2.2", "nunjucks-markdown": "^2.0.1", "stylus": "^0.54.8" }, "devDependencies": { "chai": "^4.2.0", "chai-as-promised": "^7.1.1", "eslint": "^7.18.0", "eslint-config-standard": "^16.0.2", "eslint-plugin-import": "~2.22.1", "eslint-plugin-node": "~11.1.0", "eslint-plugin-promise": "^4.2.1", "mocha": "^8.2.1", "nyc": "^15.1.0", "raml2html": "^7.6.0", "rewire": "^5.0.0" }, "homepage": "https://github.com/wdullaer/raml2html-slate-theme", "keywords": [ "RAML", "raml2html-theme" ], "license": "MIT", "main": "index.js", "repository": { "type": "git", "url": "git://github.com/wdullaer/raml2html-slate-theme.git" }, "preferGlobal": true, "files": [ "index.js", "lib", "templates" ], "engines": { "node": ">=6" }, "eslintConfig": { "extends": "standard" }, "mocha": { "recursive": true, "bail": true, "ui": "bdd", "reporter": "spec", "t": 5000 }, "scripts": { "coverage": "./node_modules/.bin/nyc ./node_modules/mocha/bin/mocha", "lint": "./node_modules/.bin/eslint lib test", "mocha": "./node_modules/.bin/mocha", "prepublishOnly": "npm run test", "test": "npm run lint && npm run coverage" } }