mirror of
https://github.com/wahyd4/cdnjs.git
synced 2026-08-21 18:56:05 +10:00
31 lines
723 B
JSON
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"
|
|
}
|
|
]
|
|
}
|
|
|