diff --git a/bower.json b/bower.json deleted file mode 100644 index 41894a28..00000000 --- a/bower.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "name": "katex", - "main": [ - "dist/katex.js", - "dist/katex.css" - ], - "homepage": "https://katex.org/", - "description": "Fast math typesetting for the web.", - "moduleType": [ - "amd", - "globals", - "node" - ], - "license": "MIT", - "repository": { - "type": "git", - "url": "git://github.com/KaTeX/KaTeX.git" - }, - "ignore": [ - "**/.*", - "/*.js", - "/*.json", - "/*.md", - "!/README.md", - "/*.sh", - "/package.json", - "/Makefile", - "/test", - "/src", - "/contrib", - "/dockers", - "/submodules", - "/static", - "/website" - ] -}