UNPKG

verb-toc

Version:

Verb plugin that adds middleware for creating and injecting a table of contents into a markdown document.

76 lines (75 loc) 1.46 kB
{ "name": "verb-toc", "description": "Verb plugin that adds middleware for creating and injecting a table of contents into a markdown document.", "version": "0.2.9", "homepage": "https://github.com/verbose/verb-toc", "author": "Jon Schlinkert (https://github.com/jonschlinkert)", "repository": "verbose/verb-toc", "bugs": { "url": "https://github.com/verbose/verb-toc/issues" }, "license": "MIT", "files": [ "index.js" ], "main": "index.js", "engines": { "node": ">=0.10.0" }, "scripts": { "test": "mocha", "docs": "verb" }, "dependencies": { "extend-shallow": "^2.0.1", "isobject": "^3.0.0", "markdown-toc": "^1.0.3" }, "devDependencies": { "engine-base": "^0.1.2", "gulp-format-md": "^0.1.11", "mocha": "^3.2.0", "templates": "^0.25.3" }, "keywords": [ "contents", "docs", "documentation", "markdown", "middleware", "plugin", "readme", "table", "toc", "verb", "verb-middleware", "verb-plugin", "verbmiddleware", "verbplugin" ], "verb": { "run": true, "toc": true, "layout": "default", "tasks": [ "readme" ], "plugins": [ "gulp-format-md" ], "related": { "list": [ "markdown-toc", "verb" ] }, "lint": { "reflinks": true }, "reflinks": [ "assemble", "verb", "verb-generate-readme" ] } }