UNPKG

mkdh

Version:

一个基于终端的markdown文件转化为html的预览器

27 lines (26 loc) 532 B
{ "name": "mkdh", "version": "0.0.1", "description": "一个基于终端的markdown文件转化为html的预览器", "main": "index.js", "bin": { "mkdh": "./bin/mh.js" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [ "markdown", "build", "previw", "transform" ], "author": "luweiliang", "license": "ISC", "dependencies": { "browser-sync": "^2.17.0", "github-markdown-css": "^2.4.1", "marked": "^0.3.6", "opener": "^1.4.2" } }