Files
KaTeX/bower.json
2016-04-15 18:18:36 -07:00

36 lines
594 B
JSON

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