composer.json 707 B

12345678910111213141516171819202122
  1. {
  2. "name": "mathjax/mathjax",
  3. "type": "library",
  4. "description": "MathJax is an open-source JavaScript display engine for LaTeX, MathML, and AsciiMath notation that works in all modern browsers.",
  5. "keywords": ["math", "js", "LaTeX", "MathML", "AsciiMath"],
  6. "homepage": "http://www.mathjax.org/",
  7. "license": "Apache-2.0",
  8. "authors": [
  9. {
  10. "name": "Davide Cervone",
  11. "homepage": "https://github.com/dpvc"
  12. },
  13. {
  14. "name": "Christian Perfect",
  15. "homepage": "https://github.com/christianp"
  16. },
  17. {
  18. "name": "Peter Krautzberger",
  19. "homepage": "https://github.com/pkra"
  20. }
  21. ]
  22. }