www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

composer.json (483B)


      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 }