a new start
This commit is contained in:
29
assets/bower_components/katex/bower.json
vendored
Normal file
29
assets/bower_components/katex/bower.json
vendored
Normal file
@@ -0,0 +1,29 @@
|
||||
{
|
||||
"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"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user