
As v0.7.0 has some problems with its bower distribution, the files included in this commit are taken from the npm release instead.
36 lines
590 B
JSON
36 lines
590 B
JSON
{
|
|
"name": "KaTeX",
|
|
"version": "0.7.0",
|
|
"main": [
|
|
"dist/katex.min.js",
|
|
"dist/katex.min.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",
|
|
"/package.json",
|
|
"/Makefile",
|
|
"/build",
|
|
"/test",
|
|
"/src",
|
|
"/contrib",
|
|
"/dockers",
|
|
"/metrics",
|
|
"/static"
|
|
]
|
|
}
|