-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
23 lines (23 loc) · 781 Bytes
/
package.json
File metadata and controls
23 lines (23 loc) · 781 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"name": "markdownviewer.vim",
"version": "1.0.0",
"description": "Parse markdown to html and preview it, compatible with [GitHub flavored markdown](https://help.github.com/articles/github-flavored-markdown) and support [mermaid](http://knsv.github.io/mermaid/index.html).",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/FuDesign2008/MarkdownViewer.vim.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/FuDesign2008/MarkdownViewer.vim/issues"
},
"homepage": "https://github.com/FuDesign2008/MarkdownViewer.vim#readme",
"dependencies": {
"highlight.js": "^10.0.2",
"markdown-it": "^10.0.0"
}
}