Files
KaTeX/bower.json
ylemkimon 89daa02fd8 Move to katex.org (#1680)
* Change links to katex.org

* Change http to https

* Remove baseUrl hacks

* Fix OpenGraph image link

* Fix KaTeX path update script
2018-08-31 04:08:02 -04:00

35 lines
549 B
JSON

{
"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/Khan/KaTeX.git"
},
"ignore": [
"**/.*",
"/*.txt",
"/*.js",
"/*.md",
"/*.sh",
"/package.json",
"/Makefile",
"/test",
"/src",
"/contrib",
"/dockers",
"/metrics",
"/static"
]
}