UNPKG

eleventy-plugin-toc

Version:

Eleventy filter to generate a Table of Contents in a template

38 lines (37 loc) 949 B
{ "name": "eleventy-plugin-toc", "version": "1.1.5", "description": "Eleventy filter to generate a Table of Contents in a template", "main": ".eleventy.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "lint": "eslint src/**" }, "repository": { "type": "git", "url": "git+https://github.com/jdsteinbach/eleventy-plugin-toc.git" }, "keywords": [ "11ty", "eleventy", "plugin", "toc", "table of contents" ], "author": "James Steinbach", "license": "ISC", "bugs": { "url": "https://github.com/jdsteinbach/eleventy-plugin-toc/issues" }, "homepage": "https://github.com/jdsteinbach/eleventy-plugin-toc#readme", "dependencies": { "cheerio": "^1.0.0-rc.10" }, "devDependencies": { "eslint": "^7.32.0", "eslint-config-prettier": "^8.3.0", "eslint-plugin-node": "^11.1.0", "eslint-plugin-prettier": "^3.1.4", "prettier": "^2.4.1" } }