UNPKG

markdown-view

Version:
37 lines (36 loc) 832 B
{ "name": "markdown-view", "version": "1.1.3", "description": "markdown文件浏览器实时查看", "bin": { "markdown-view": "bin/markdown-view" }, "scripts": { "test": "node ./test/index.js" }, "repository": { "type": "git", "url": "git+https://github.com/zlzsingle/markdown-view.git" }, "keywords": [ "markdown-preview", "markdown-view", "markdown" ], "author": "zlzsingle", "license": "ISC", "bugs": { "url": "https://github.com/zlzsingle/markdown-view/issues" }, "homepage": "https://github.com/zlzsingle/markdown-view#readme", "dependencies": { "commander": "^2.19.0", "express": "^4.16.4", "express-favicon": "^2.0.1", "my-ip": "^1.1.1", "node-watch": "^0.6.1", "open": "^6.1.0", "portfinder": "^1.0.20", "ws": "^6.2.0" } }