61 Star 182 Fork 36

笔心 / mdeditor

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
package.json 838 Bytes
一键复制 编辑 原始数据 按行查看 历史
笔心 提交于 2016-11-24 15:23 . 增加分割线语法
{
"name": "mdeditor",
"version": "1.0.0",
"description": "简单markdown编辑器,用textarea编辑,同步预览html效果。不依赖任何插件,使用简单,原创,造轮子中。。。更新中。。。",
"homepage": "http://mdeditor.qinshenxue.com",
"repository": {
"type": "git",
"url": "https://git.oschina.net/qinshenxue/mdeditor"
},
"main":"",
"scripts": {
"start":"node sync.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": {
"name": "qinshenxue",
"email": "qinshenxue@qinshenxue.com"
},
"license": "ISC",
"devDependencies": {
"gulp": "^3.9.1",
"gulp-rename": "^1.2.2",
"gulp-uglify": "^1.5.3",
"gulp-clean-css": "^2.0.2",
"ftp": "^0.3.10",
"gulp-jshint": "^2.0.1",
"jshint": "^2.9.2",
"gulp-ftp": "^1.1.0"
}
}
JavaScript
1
https://gitee.com/qinshenxue/mdeditor.git
git@gitee.com:qinshenxue/mdeditor.git
qinshenxue
mdeditor
mdeditor
master

搜索帮助