UNPKG

metalsmith-headings-identifier

Version:

A Metalsmith plugin to add an id + anchor to all headings on a page

41 lines (40 loc) 986 B
{ "name": "metalsmith-headings-identifier", "version": "0.0.11", "description": "A Metalsmith plugin to add an id + anchor to all headings on a page", "main": "index.js", "repository": { "type": "git", "url": "git://github.com/majodev/metalsmith-headings-identifier.git" }, "scripts": { "test": "mocha ./spec/index.js" }, "keywords": [ "metalsmith", "headings", "anchor", "permalinks", "target", "blog", "post", "navigation" ], "author": "majodev <mario@ranf.tl> (http://majodev.github.io/)", "license": "MIT", "bugs": { "url": "https://github.com/majodev/metalsmith-headings-identifier/issues" }, "homepage": "https://github.com/majodev/metalsmith-headings-identifier", "dependencies": { "cheerio": "^0.19.0", "lodash": "^3.10.1" }, "devDependencies": { "assert-dir-equal": "^1.0.1", "chai": "~1.8.0", "harmonize": "^1.4.4", "metalsmith": "^1.7.0", "mocha": "~2.3.3" } }