1
0
Fork 0
This repository has been archived on 2024-02-06. You can view files and clone it, but cannot push or open issues or pull requests.
markdown-it-katex/package.json

23 lines
468 B
JSON
Raw Normal View History

2016-03-11 22:56:48 +09:00
{
"name": "markdown-it-katex",
2016-03-11 23:38:46 +09:00
"version": "1.0.5",
2016-03-11 22:56:48 +09:00
"description": "Easy KaTeX support for markdown-it ",
"main": "index.js",
"scripts": {
"watch": "watchify browser.js -o bundle.js -v",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"markdown",
"KaTeX",
"math",
2016-03-11 23:24:12 +09:00
"LaTeX",
"markdown-it-plugin"
2016-03-11 22:56:48 +09:00
],
"author": "waylonflinn@gmail.com",
"license": "MIT",
"dependencies": {
"katex": "^0.5.1"
}
}