加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 681 Bytes
一键复制 编辑 原始数据 按行查看 历史
LKD 提交于 2019-04-28 13:06 . v2.0.1
{
"name": "summarymd",
"version": "2.0.1",
"description": "A tool For 'SUMMARY.md'. Create files in batches to update directory lists.",
"main": "index.js",
"bin": {
"summarymd": "command.js"
},
"keywords": ["Markdown","SUMMARY","book","HTML"],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git@github.com:YYago/summarymd.git"
},
"author": "YYago",
"license": "MIT",
"dependencies": {
"cheerio": ">=1.0.0-rc.2",
"glob-watcher": "^5.0.3",
"lodash": ">=4.17.11",
"markdown-it": "^8.4.2",
"node-modules-custom": ">=1.0.6",
"vinyl-read": ">=1.0.0"
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化