summary refs log tree commit diff
path: root/pkgs/applications/editors/vim/plugins/markdown-preview-nvim/package.json
blob: 39d649be5de7ec71f6890fcb97e99271ba97a771 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
  "name": "markdown-preview-vim",
  "version": "0.0.1",
  "description": "markdown preview plugin for (neo)vim",
  "bin": "./index.js",
  "repository": "https://github.com/iamcco/markdown-preview.vim.git",
  "author": "年糕小豆汤 <ooiss@qq.com>",
  "license": "MIT",
  "private": true,
  "dependencies": {
    "@chemzqm/neovim": "5.7.9",
    "log4js": "3.0.6",
    "neovim": "4.2.1",
    "socket.io": "2.1.1",
    "tslib": "1.9.3",
    "vim-node-rpc": "0.1.24"
  }
}