bower.json 545 B

12345678910111213141516171819202122232425262728293031
  1. {
  2. "name": "tocbot",
  3. "description": "Generate a table of contents based on the heading structure of a html document.",
  4. "main": [
  5. "dist/tocbot.js",
  6. "dist/tocbot.css"
  7. ],
  8. "authors": [
  9. "Tim Scanlin"
  10. ],
  11. "license": "MIT",
  12. "keywords": [
  13. "tocbot",
  14. "javascript",
  15. "table",
  16. "of",
  17. "contents",
  18. "generate",
  19. "html",
  20. "structure",
  21. "vanilla"
  22. ],
  23. "homepage": "https://github.com/tscanlin/tocbot",
  24. "ignore": [
  25. "**/.*",
  26. "node_modules",
  27. "bower_components",
  28. "test",
  29. "tests"
  30. ]
  31. }