diff --git a/bower.json b/bower.json new file mode 100644 index 000000000..da985f5b3 --- /dev/null +++ b/bower.json @@ -0,0 +1,31 @@ +{ + "name": "KaTeX", + "version": "0.3.0", + "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" + ] +}