1 Star 0 Fork 292

wy/Neditor

forked from Notadd/Neditor 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 1.28 KB
一键复制 编辑 原始数据 按行查看 历史
Seven Du 提交于 2018-10-22 14:15 . chore: Add change util
{
"name": "@notadd/neditor",
"title": "neditor",
"description": "Neditor富文本web编辑器",
"version": "2.1.6",
"homepage": "https://github.com/notadd/neditor",
"author": {
"name": "Notadd",
"url": "http://www.notadd.com"
},
"repository": {
"type": "git",
"url": "https://github.com/notadd/neditor.git"
},
"keywords": [
"neditor",
"web editor",
"javascript",
"rich editor"
],
"bugs": {
"url": "https://github.com/notadd/neditor/issues"
},
"dependencies": {},
"devDependencies": {
"conventional-changelog-cli": "^2.0.5",
"gh-pages": "^1.2.0",
"grunt": "~0.4.1",
"grunt-cli": "^1.2.0",
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-concat": "~0.3.0",
"grunt-contrib-copy": "~0.4.0",
"grunt-contrib-cssmin": "~0.6.0",
"grunt-contrib-uglify": "^1.0.1",
"grunt-text-replace": "~0.3.9",
"grunt-transcoding": "~0.1.1"
},
"scripts": {
"build": "grunt neditor",
"publish": "cd dist && npm publish --access public",
"deploy": "gh-pages -d dist",
"changelog": "rm -rf CHANGELOG.md && conventional-changelog -p angular -r 4 -i CHANGELOG.md -s"
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/simpleno/neditor.git
git@gitee.com:simpleno/neditor.git
simpleno
neditor
Neditor
master

搜索帮助