Files
KaTeX/bower.json
Martin von Gagern 73cafd16da Avoid some warnings from bower
Bower prefers to have package names in lower case, and to have uncompressed
sources listed as entry points.  Otherwise it will issue warnings.
2017-01-13 13:38:39 +01:00

37 lines
599 B
JSON

{
"name": "katex",
"version": "0.8.0-pre",
"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"
]
}