UNPKG

node-ueditor-qiniu

Version:

在node-ueditor插件上扩展,将存储文件放到七牛上.

38 lines (37 loc) 883 B
{ "name": "node-ueditor-qiniu", "version": "0.3.0", "description": "在node-ueditor插件上扩展,将存储文件放到七牛上.", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/15697289437/node-ueditor-qiniu.git" }, "keywords": [ "qiniu", "editor", "node-ueditor", "node-qiniu", "ueditor", "ueditor-qiniu" ], "author": "docx", "license": "ISC", "bugs": { "url": "https://github.com/15697289437/node-ueditor-qiniu/issues" }, "homepage": "https://github.com/15697289437/node-ueditor-qiniu#readme", "dependencies": { "busboy": "^0.2.13", "fs-extra": "^0.30.0", "node-snowflake": "0.0.1", "qiniu": "^6.1.10" }, "devDependencies": { "body-parser": "^1.15.0", "express": "^4.13.4" } }