Merge branch '2020.09-rc' into stable
[friendica-addons.git/.git] / mathjax / asset / composer.json
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 }