1 Star 0 Fork 12

Andy / ProseMirror

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
package.json 719 Bytes
一键复制 编辑 原始数据 按行查看 历史
Marijn Haverbeke 提交于 2020-09-16 10:43 . Upgrade Rollup
{
"name": "prosemirror",
"version": "0.0.0",
"description": "Structured WYSIWYM editor",
"license": "MIT",
"maintainers": [
{
"name": "Marijn Haverbeke",
"email": "marijnh@gmail.com",
"web": "http://marijnhaverbeke.nl"
}
],
"repository": {
"type": "git",
"url": "git://github.com/prosemirror/prosemirror.git"
},
"dependencies": {
"blint": "^1.0.0",
"browserify": "^13.1.1",
"bubleify": "^0.6.0",
"glob": "^3.0.0",
"mocha": "^3.5.0",
"moduleserve": "^0.8.3",
"rollup": "^2.26.3"
},
"scripts": {
"demo": "moduleserve demo",
"test": "bin/pm test",
"lint": "bin/pm lint"
},
"workspaces": [
"*"
],
"private": true
}
JavaScript
1
https://gitee.com/wavemelody/ProseMirror.git
git@gitee.com:wavemelody/ProseMirror.git
wavemelody
ProseMirror
ProseMirror
master

搜索帮助