bower.json 589 B

12345678910111213141516171819202122232425262728293031323334353637
  1. {
  2. "name": "katex",
  3. "main": [
  4. "dist/katex.js",
  5. "dist/katex.css"
  6. ],
  7. "homepage": "https://katex.org/",
  8. "description": "Fast math typesetting for the web.",
  9. "moduleType": [
  10. "amd",
  11. "globals",
  12. "node"
  13. ],
  14. "license": "MIT",
  15. "repository": {
  16. "type": "git",
  17. "url": "git://github.com/KaTeX/KaTeX.git"
  18. },
  19. "ignore": [
  20. "**/.*",
  21. "/*.js",
  22. "/*.json",
  23. "/*.md",
  24. "!/README.md",
  25. "/*.sh",
  26. "/package.json",
  27. "/Makefile",
  28. "/test",
  29. "/src",
  30. "/contrib",
  31. "/dockers",
  32. "/submodules",
  33. "/static",
  34. "/website"
  35. ]
  36. }