composer.json 483 B

1234567891011121314
  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": "MathJax Consortium",
  11. "homepage": "https://github.com/mathjax"
  12. }
  13. ]
  14. }