Files
home/Projects/pivoine.art/assets/bower_components/katex/bower.json
2025-10-08 10:35:48 +02:00

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