1 Star 0 Fork 38

skykainls/mdeditor

forked from 笔心/mdeditor 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 811 Bytes
一键复制 编辑 原始数据 按行查看 历史
笔心 提交于 2016-07-21 17:19 . 增加jshint
{
"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": "[email protected]"
},
"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"
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/skykain/mdeditor.git
[email protected]:skykain/mdeditor.git
skykain
mdeditor
mdeditor
master

搜索帮助