加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 937 Bytes
一键复制 编辑 原始数据 按行查看 历史
Eric 提交于 2017-01-19 11:40 . 添加 ueditor v1.4.3.3 版本源码
{
"name": "ueditor",
"title": "ueditor",
"description": "UEditor富文本web编辑器",
"version": "1.4.3",
"homepage": "http://ueditor.baidu.com/",
"author": {
"name": "f-cube @ FEX",
"url": "http://fex.baidu.com"
},
"repository": {
"type": "git",
"url": "https://github.com/fex-team/ueditor.git"
},
"keywords": [
"ueditor",
"web editor",
"javascript"
],
"bugs": {
"url": "https://github.com/fex-team/ueditor/issues"
},
"dependencies": {
"grunt": "~0.4.1",
"grunt-contrib-concat": "~0.3.0",
"grunt-contrib-cssmin": "~0.6.0",
"grunt-contrib-uglify": "~1.0.1",
"grunt-contrib-copy": "~0.4.0",
"grunt-transcoding": "~0.1.1",
"grunt-text-replace": "~0.3.9",
"grunt-contrib-clean": "~0.5.0"
},
"devDependencies": {
"grunt": "~0.4.1"
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化