UNPKG
oeditor
Version:
latest (1.1.1)
1.1.1
1.0.1
1.0.0
ueditor的nodejs + koa 后端实现,目前支持七牛云和本地文件系统两种存储方式
oeditor
/
test
/
package.json
11 lines
(10 loc)
•
181 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
{
"dependencies"
:
{
"bluebird"
:
"3.4.7"
,
"koa"
:
"1.2.4"
,
"koa-body"
:
"1.6.0"
,
"koa-router"
:
"5.4.0"
,
"koa-static-cache"
:
"3.1.7"
,
"lodash"
:
"4.16.4"
}
}