Files
KaTeX/bower.json
Martin von Gagern 6404cfd269 Drop version field from bower.json
According to bower docs, that field is deprecated and ignored.
Git tag names (or commit ids) are the way to identify a given version.
2017-01-13 13:38:39 +01:00

36 lines
573 B
JSON

{
"name": "katex",
"main": [
"dist/katex.js",
"dist/katex.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",
"/*.sh",
"/package.json",
"/Makefile",
"/build",
"/test",
"/src",
"/contrib",
"/dockers",
"/metrics",
"/static"
]
}