izds
Version:
一个基于终端下的markdown文件转换预览器
29 lines (28 loc) • 573 B
JSON
{
"name": "izds",
"version": "0.0.2",
"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": {
"izds": "./bin/izds.js"
},
"author": "skyblue",
"license": "ISC",
"dependencies": {
"browser-sync": "^2.15.0",
"github-markdown-css": "^2.4.0",
"marked": "^0.3.6",
"opener": "^1.4.1"
}
}