mirror of
https://github.com/Smaug123/KaTeX
synced 2025-10-04 18:58:39 +00:00
According to bower docs, that field is deprecated and ignored. Git tag names (or commit ids) are the way to identify a given version.
36 lines
573 B
JSON
36 lines
573 B
JSON
{
|
|
"name": "katex",
|
|
"main": [
|
|
"dist/katex.js",
|
|
"dist/katex.css"
|
|
],
|
|
"homepage": "http://khan.github.io/KaTeX/",
|
|
"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",
|
|
"/build",
|
|
"/test",
|
|
"/src",
|
|
"/contrib",
|
|
"/dockers",
|
|
"/metrics",
|
|
"/static"
|
|
]
|
|
}
|