vue-katex-auto-render
Version:
A KaTeX auto render library for vue directive.
26 lines (25 loc) • 512 B
JSON
{
"name": "vue-katex-auto-render",
"version": "0.2.0",
"description": "A KaTeX auto render library for vue directive.",
"main": "index.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/haoranyu/Vue-KaTeX-Auto-render"
},
"keywords": [
"KaTeX",
"Vue"
],
"author": "Haoran Yu",
"license": "MIT",
"dependencies": {
"katex": "^0.16.1"
}
}