Files
cdnjs/ajax/libs/mathjax/package.json
T

31 lines
723 B
JSON

{
"name": "mathjax",
"filename": "MathJax.js",
"version": "2.4.0",
"description": "MathJax is an open source JavaScript display engine for mathematics that works in all browsers.",
"homepage": "http://www.mathjax.org/",
"keywords": [
"Math",
"MathML",
"LaTeX",
"TeX"
],
"maintainers": [
{
"name": "MathJax Consortium"
}
],
"repository": {
"type": "git",
"url": "https://github.com/mathjax/MathJax"
},
"bugs": "https://github.com/mathjax/MathJax/issues",
"licenses": [
{
"type": "Apache-2.0",
"url": "http://www.apache.org/licenses/LICENSE-2.0"
}
]
}