[mathjax] Add local copy of MathJax JS library

This commit is contained in:
Hypolite Petovan 2018-09-19 22:45:43 -04:00
parent 940520c720
commit a731f1ada0
584 changed files with 12342 additions and 0 deletions

View file

@ -0,0 +1,14 @@
{
"name": "mathjax/mathjax",
"type": "library",
"description": "MathJax is an open-source JavaScript display engine for LaTeX, MathML, and AsciiMath notation that works in all modern browsers.",
"keywords": ["math", "js", "LaTeX", "MathML", "AsciiMath"],
"homepage": "http://www.mathjax.org/",
"license": "Apache-2.0",
"authors": [
{
"name": "MathJax Consortium",
"homepage": "https://github.com/mathjax"
}
]
}