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

36 lines
717 B
JSON
Raw Normal View History

2016-03-11 22:56:48 +09:00
{
2022-03-01 16:09:56 +09:00
"name": "@sup39/markdown-it-katex",
"version": "2.0.4",
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",
2022-03-01 16:09:56 +09:00
"files": [
"index.js"
],
2016-03-11 22:56:48 +09:00
"scripts": {
"watch": "watchify browser.js -o bundle.js -v",
2016-04-22 02:06:29 +09:00
"test": "node test/all.js"
2016-03-11 22:56:48 +09:00
},
2016-03-11 23:47:13 +09:00
"repository": {
"type": "git",
2022-03-01 16:09:56 +09:00
"url": "git+ssh://git@github.com:sup39/markdown-it-katex.git"
2016-03-11 23:47:13 +09:00
},
2016-03-11 22:56:48 +09:00
"keywords": [
"markdown",
"KaTeX",
"math",
2016-03-11 23:24:12 +09:00
"LaTeX",
2016-04-23 07:23:59 +09:00
"markdown-it-plugin",
2016-04-23 07:24:49 +09:00
"markdown-it"
2016-03-11 22:56:48 +09:00
],
2022-03-01 16:09:56 +09:00
"author": "sup39",
2016-03-11 22:56:48 +09:00
"license": "MIT",
"dependencies": {
2022-03-01 16:09:56 +09:00
"katex": "^0.15.2"
2016-03-11 23:53:56 +09:00
},
"devDependencies": {
2016-04-22 02:06:29 +09:00
"markdown-it": "^6.0.0",
2016-04-22 02:40:31 +09:00
"markdown-it-testgen": "^0.1.4",
2016-04-22 02:06:29 +09:00
"tape": "^4.5.1"
2016-03-11 22:56:48 +09:00
}
}