mirror of
https://github.com/Smaug123/KaTeX
synced 2025-10-13 23:18:38 +00:00
* Change links to katex.org * Change http to https * Remove baseUrl hacks * Fix OpenGraph image link * Fix KaTeX path update script
35 lines
549 B
JSON
35 lines
549 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/Khan/KaTeX.git"
|
|
},
|
|
"ignore": [
|
|
"**/.*",
|
|
"/*.txt",
|
|
"/*.js",
|
|
"/*.md",
|
|
"/*.sh",
|
|
"/package.json",
|
|
"/Makefile",
|
|
"/test",
|
|
"/src",
|
|
"/contrib",
|
|
"/dockers",
|
|
"/metrics",
|
|
"/static"
|
|
]
|
|
}
|