Files
cdnjs/ajax/libs/KaTeX/package.json
T
Ricky Elrod febb029432 Add KaTeX library.
Signed-off-by: Ricky Elrod <ricky@elrod.me>
2014-09-21 17:21:59 -04:00

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"
}
]
}