Files
KaTeX/bower.json
Kevin Barabash 4ea7d38b5c Summary: add "main" field instead of "name" to bower.json
Test plan:
 - Run `bower install katex` from /tmp
 - Verify that there are no errors when running the command
 - Verify that `bower_components/katex/dist/` contains all the build files
 - Verify that the version is 0.4.2

Auditors: emily
2015-06-20 11:08:58 -06:00

81 lines
2.4 KiB
JSON

{
"name": "KaTeX",
"version": "0.4.2",
"main": [
"dist/katex.min.js",
"dist/katex.min.css",
"dist/contrib/auto-render.min.js",
"dist/fonts/KaTeX_AMS-Regular.eot",
"dist/fonts/KaTeX_AMS-Regular.ttf",
"dist/fonts/KaTeX_AMS-Regular.woff",
"dist/fonts/KaTeX_AMS-Regular.woff2",
"dist/fonts/KaTeX_Main-Bold.eot",
"dist/fonts/KaTeX_Main-Bold.ttf",
"dist/fonts/KaTeX_Main-Bold.woff",
"dist/fonts/KaTeX_Main-Bold.woff2",
"dist/fonts/KaTeX_Main-Italic.eot",
"dist/fonts/KaTeX_Main-Italic.ttf",
"dist/fonts/KaTeX_Main-Italic.woff",
"dist/fonts/KaTeX_Main-Italic.woff2",
"dist/fonts/KaTeX_Main-Regular.eot",
"dist/fonts/KaTeX_Main-Regular.ttf",
"dist/fonts/KaTeX_Main-Regular.woff",
"dist/fonts/KaTeX_Main-Regular.woff2",
"dist/fonts/KaTeX_Math-BoldItalic.eot",
"dist/fonts/KaTeX_Math-BoldItalic.ttf",
"dist/fonts/KaTeX_Math-BoldItalic.woff",
"dist/fonts/KaTeX_Math-BoldItalic.woff2",
"dist/fonts/KaTeX_Math-Italic.eot",
"dist/fonts/KaTeX_Math-Italic.ttf",
"dist/fonts/KaTeX_Math-Italic.woff",
"dist/fonts/KaTeX_Math-Italic.woff2",
"dist/fonts/KaTeX_Math-Regular.eot",
"dist/fonts/KaTeX_Math-Regular.ttf",
"dist/fonts/KaTeX_Math-Regular.woff",
"dist/fonts/KaTeX_Math-Regular.woff2",
"dist/fonts/KaTeX_Size1-Regular.eot",
"dist/fonts/KaTeX_Size1-Regular.ttf",
"dist/fonts/KaTeX_Size1-Regular.woff",
"dist/fonts/KaTeX_Size1-Regular.woff2",
"dist/fonts/KaTeX_Size2-Regular.eot",
"dist/fonts/KaTeX_Size2-Regular.ttf",
"dist/fonts/KaTeX_Size2-Regular.woff",
"dist/fonts/KaTeX_Size2-Regular.woff2",
"dist/fonts/KaTeX_Size3-Regular.eot",
"dist/fonts/KaTeX_Size3-Regular.ttf",
"dist/fonts/KaTeX_Size3-Regular.woff",
"dist/fonts/KaTeX_Size3-Regular.woff2",
"dist/fonts/KaTeX_Size4-Regular.eot",
"dist/fonts/KaTeX_Size4-Regular.ttf",
"dist/fonts/KaTeX_Size4-Regular.woff",
"dist/fonts/KaTeX_Size4-Regular.woff2"
],
"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"
]
}