2 Star 0 Fork 0

mirrors_bpmn-io/docdown

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 924 Bytes
一键复制 编辑 原始数据 按行查看 历史
John-David Dalton 提交于 2015-08-04 08:11 . Bump to v0.2.1.
{
"name": "docdown",
"version": "0.2.1",
"description": "A simple JSDoc to Markdown documentation generator.",
"license": "MIT",
"main": "index.js",
"bin": "bin/docdown",
"keywords": "jsdoc, markdown, documentation",
"author": "John-David Dalton <john.david.dalton@gmail.com> (http://allyoucanleet.com/)",
"contributors": [
"John-David Dalton <john.david.dalton@gmail.com> (http://allyoucanleet.com/)",
"Benjamin Tan <demoneaux@gmail.com> (https://d10.github.io/)",
"Blaine Bublitz <blaine@iceddev.com> (http://www.iceddev.com/)",
"Mathias Bynens <mathias@qiwi.be> (https://mathiasbynens.be/)"
],
"repository": "jdalton/docdown",
"scripts": { "test": "echo \"Error: no test specified\" && exit 1" },
"dependencies": {
"lodash": "^3.0.0"
},
"files": [
"index.js",
"bin/docdown",
"lib/alias.js",
"lib/entry.js",
"lib/generator.js",
"lib/util.js"
]
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/mirrors_bpmn-io/docdown.git
git@gitee.com:mirrors_bpmn-io/docdown.git
mirrors_bpmn-io
docdown
docdown
master

搜索帮助