scribble-math/bower_components/katex/bower.json
Martin von Gagern cd74447a2a Update katex to v0.7.0
As v0.7.0 has some problems with its bower distribution, the files included
in this commit are taken from the npm release instead.
2017-01-15 17:41:26 +01:00

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