mirror of
https://github.com/Smaug123/KaTeX
synced 2025-10-05 19:28:39 +00:00
37 lines
589 B
JSON
37 lines
589 B
JSON
{
|
|
"name": "katex",
|
|
"main": [
|
|
"dist/katex.js",
|
|
"dist/katex.css"
|
|
],
|
|
"homepage": "https://katex.org/",
|
|
"description": "Fast math typesetting for the web.",
|
|
"moduleType": [
|
|
"amd",
|
|
"globals",
|
|
"node"
|
|
],
|
|
"license": "MIT",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/KaTeX/KaTeX.git"
|
|
},
|
|
"ignore": [
|
|
"**/.*",
|
|
"/*.js",
|
|
"/*.json",
|
|
"/*.md",
|
|
"!/README.md",
|
|
"/*.sh",
|
|
"/package.json",
|
|
"/Makefile",
|
|
"/test",
|
|
"/src",
|
|
"/contrib",
|
|
"/dockers",
|
|
"/submodules",
|
|
"/static",
|
|
"/website"
|
|
]
|
|
}
|