12345678910111213141516171819202122232425262728293031 |
- {
- "name": "tocbot",
- "description": "Generate a table of contents based on the heading structure of a html document.",
- "main": [
- "dist/tocbot.js",
- "dist/tocbot.css"
- ],
- "authors": [
- "Tim Scanlin"
- ],
- "license": "MIT",
- "keywords": [
- "tocbot",
- "javascript",
- "table",
- "of",
- "contents",
- "generate",
- "html",
- "structure",
- "vanilla"
- ],
- "homepage": "https://github.com/tscanlin/tocbot",
- "ignore": [
- "**/.*",
- "node_modules",
- "bower_components",
- "test",
- "tests"
- ]
- }
|