mirror of
https://github.com/wahyd4/cdnjs.git
synced 2026-08-21 10:47:12 +10:00
25 lines
572 B
JSON
25 lines
572 B
JSON
{
|
|
"name": "KaTeX",
|
|
"filename": "katex.min.js",
|
|
"description": "KaTeX is a fast, easy-to-use JavaScript library for TeX math rendering on the web.",
|
|
"version": "0.1.0",
|
|
"homepage": "https://khan.github.io/KaTeX/",
|
|
"keywords": [
|
|
"tex",
|
|
"latex",
|
|
"khan"
|
|
],
|
|
"author": "Khan Academy",
|
|
"repositories": [{
|
|
"type": "git",
|
|
"url": "git://github.com/Khan/KaTeX.git"
|
|
}],
|
|
"bugs": "https://github.com/Khan/KaTeX/issues",
|
|
"licenses": [
|
|
{
|
|
"type": "MIT",
|
|
"url": "https://github.com/Khan/KaTeX/blob/master/LICENSE.txt"
|
|
}
|
|
]
|
|
}
|