doxdox-plugin-markdown
Version:
Markdown template plugin for doxdox.
45 lines (44 loc) • 1.06 kB
JSON
{
"name": "doxdox-plugin-markdown",
"description": "Markdown template plugin for doxdox.",
"version": "2.0.0",
"main": "index.js",
"engines": {
"node": ">=8.0"
},
"license": "MIT",
"dependencies": {
"handlebars": "4.1.0"
},
"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 && npm run test:docs",
"test:docs": "doxdox index.js --layout index.js | diff DOCUMENTATION.md -",
"lint": "eslint .",
"docs": "doxdox index.js --layout index.js --output DOCUMENTATION.md"
},
"keywords": [
"doxdox",
"plugin",
"markdown"
],
"authors": [
{
"name": "Scott Doxey",
"email": "hello@scottdoxey.com",
"homepage": "http://scottdoxey.com/"
}
],
"homepage": "https://github.com/neogeek/doxdox-plugin-markdown",
"repository": {
"type": "git",
"url": "git://github.com/neogeek/doxdox-plugin-markdown.git"
}
}