UNPKG

doxdox-plugin-handlebars

Version:
49 lines (48 loc) 1.33 kB
{ "name": "doxdox-plugin-handlebars", "description": "Custom Handlebars template plugin for doxdox.", "version": "2.0.0", "main": "index.js", "engines": { "node": ">=8.0" }, "license": "MIT", "dependencies": { "handlebars": "4.1.0", "highlight.js": "9.15.6", "markdown-it": "8.4.2" }, "devDependencies": { "@neogeek/eslint-config-standards": "4.1.0", "babel-eslint": "10.0.1", "eslint": "5.14.1" }, "peerDependencies": { "doxdox": "~2.0.3" }, "scripts": { "test": "npm run lint && doxdox index.js --layout test/fixtures/template.hbs | diff test/fixtures/generated.html -", "test:docs": "doxdox index.js --layout markdown | diff DOCUMENTATION.md -", "lint": "eslint .", "fixtures": "doxdox index.js --layout test/fixtures/template.hbs --output test/fixtures/generated.html", "docs": "doxdox index.js --layout markdown --output DOCUMENTATION.md" }, "keywords": [ "doxdox", "plugin", "handlebars", "markdown" ], "authors": [ { "name": "Scott Doxey", "email": "hello@scottdoxey.com", "homepage": "http://scottdoxey.com/" } ], "homepage": "https://github.com/neogeek/doxdox-plugin-handlebars", "repository": { "type": "git", "url": "git://github.com/neogeek/doxdox-plugin-handlebars.git" } }