1 Star 0 Fork 0

等风来,随风去 / markdown-js

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
package.json 1.44 KB
一键复制 编辑 原始数据 按行查看 历史
Gilad Peleg 提交于 2015-05-19 13:24 . update license attribute
{
"name": "markdown",
"version": "0.6.0-beta1",
"description": "A sensible Markdown parser for javascript",
"keywords": [
"markdown",
"text processing",
"ast"
],
"maintainers": [
"Dominic Baggott <dominic.baggott@gmail.com> (http://evilstreak.co.uk)",
"Ash Berlin <ash_markdownjs@firemirror.com> (http://ashberlin.com)"
],
"contributors": [
"Dominic Baggott <dominic.baggott@gmail.com> (http://evilstreak.co.uk)",
"Ash Berlin <ash_markdownjs@firemirror.com> (http://ashberlin.com)",
"XhmikosR <xhmikosr@users.sourceforge.net>",
"Robin Ward <robin.ward@gmail.com> (http://eviltrout.com)"
],
"bugs": {
"url": "https://github.com/evilstreak/markdown-js/issues"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "git://github.com/evilstreak/markdown-js.git"
},
"main": "./lib/index.js",
"bin": {
"md2html": "./bin/md2html.js"
},
"files": [
"bin",
"lib",
"Changes.md",
"README.md"
],
"dependencies": {
"nopt": "~2.1.1"
},
"devDependencies": {
"amdefine": "~0.0.8",
"grunt": "~0.4.1",
"grunt-cli": "~0.1.9",
"grunt-contrib-jshint": "~0.6.4",
"grunt-contrib-uglify": "~0.2.4",
"grunt-node-tap": "0.1.46",
"requirejs": "~2.1.8",
"tap": "~0.3.3"
},
"scripts": {
"test": "grunt test",
"tap": "grunt node_tap",
"lint": "grunt jshint",
"prepublish": "grunt build"
},
"engines": {
"node": ">=0.10.0"
}
}
1
https://gitee.com/BieAi_admin/markdown-js.git
git@gitee.com:BieAi_admin/markdown-js.git
BieAi_admin
markdown-js
markdown-js
master

搜索帮助