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

30 lines
647 B
JSON
Raw Normal View History

2016-03-11 22:56:48 +09:00
{
"name": "markdown-it-katex",
2016-03-20 00:24:41 +09:00
"version": "1.1.0",
2016-03-11 23:47:13 +09:00
"description": "Fast math support for markdown-it with KaTeX",
2016-03-11 22:56:48 +09:00
"main": "index.js",
"scripts": {
"watch": "watchify browser.js -o bundle.js -v",
"test": "echo \"Error: no test specified\" && exit 1"
},
2016-03-11 23:47:13 +09:00
"repository": {
"type": "git",
"url": "git+ssh://git@github.com:waylonflinn/markdown-it-katex.git"
},
2016-03-11 22:56:48 +09:00
"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"
2016-03-11 23:53:56 +09:00
},
"devDependencies": {
"markdown-it": "^6.0.0"
2016-03-11 22:56:48 +09:00
}
}