[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,30 @@
{
"name": "mathjax",
"version": "2.7.5",
"description": "Beautiful math in all browsers. MathJax is an open-source JavaScript display engine for LaTeX, MathML, and AsciiMath notation that works in all browsers.",
"keywords": [
"math",
"svg",
"mathml",
"tex",
"latex",
"asciimath",
"browser",
"browser-only"
],
"maintainers": [
"MathJax Consortium <info@mathjax.org> (http://www.mathjax.org)"
],
"bugs": {
"url": "http://github.com/mathjax/MathJax/issues"
},
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "git://github.com/mathjax/MathJax.git"
},
"main": "./unpacked/MathJax.js",
"scripts": {
"test": "echo 'No tests here!'"
}
}