UNPKG

transfer-md

Version:

一个基于终端下的markdown文件转换预览器

29 lines (28 loc) 580 B
{ "name": "transfer-md", "version": "0.0.3", "description": "一个基于终端下的markdown文件转换预览器", "main": "lib/index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "start": "node lib/index" }, "keywords": [ "itcast", "markdown", "transform", "previw", "build" ], "bin": { "itcast": "./bin/itcast.js" }, "author": "qlh", "license": "ISC", "dependencies": { "browser-sync": "^2.15.0", "github-markdown-css": "^2.4.0", "marked": "^0.3.6", "opener": "^1.4.1" } }