mirror of
https://github.com/201206030/novel-plus.git
synced 2025-06-24 04:46:37 +00:00
文件夹结构调整,新增模版自定义功能
This commit is contained in:
60
templates/orange/static/wangEditor/package.json
Normal file
60
templates/orange/static/wangEditor/package.json
Normal file
@ -0,0 +1,60 @@
|
||||
{
|
||||
"name": "wangeditor",
|
||||
"title": "wangEditor",
|
||||
"version": "3.0.17",
|
||||
"description": "wangEditor - 基于javascript和css开发的 web 富文本编辑器, 轻量、简洁、易用、开源免费",
|
||||
"homepage": "http://wangeditor.github.io/",
|
||||
"author": {
|
||||
"name": "wangfupeng1988",
|
||||
"url": "https://github.com/wangfupeng1988"
|
||||
},
|
||||
"keywords": [
|
||||
"wangEditor",
|
||||
"web 富文本编辑器"
|
||||
],
|
||||
"main": "release/wangEditor.js",
|
||||
"maintainers": [
|
||||
{
|
||||
"name": "wangfupeng1988",
|
||||
"web": "http://www.cnblogs.com/wangfupeng1988/default.html?OnlyTitle=1",
|
||||
"mail": "wangfupeng1988@163.com"
|
||||
}
|
||||
],
|
||||
"repositories": [
|
||||
{
|
||||
"type": "git",
|
||||
"url": "https://github.com/wangfupeng1988/wangEditor"
|
||||
}
|
||||
],
|
||||
"scripts": {
|
||||
"release": "gulp",
|
||||
"win-example": "node ./example/server/index.js",
|
||||
"example": "/bin/rm -rf ./example/upload-files && mkdir ./example/upload-files && npm run win-example"
|
||||
},
|
||||
"devDependencies": {
|
||||
"autoprefixer": "^6.7.7",
|
||||
"babel-plugin-external-helpers": "^6.22.0",
|
||||
"babel-preset-latest": "^6.24.0",
|
||||
"cssgrace": "^3.0.0",
|
||||
"formidable": "^1.1.1",
|
||||
"gulp": "^3.9.1",
|
||||
"gulp-concat": "^2.6.1",
|
||||
"gulp-cssmin": "^0.1.7",
|
||||
"gulp-less": "^3.3.0",
|
||||
"gulp-postcss": "^6.4.0",
|
||||
"gulp-rename": "^1.2.2",
|
||||
"gulp-replace": "^0.5.4",
|
||||
"gulp-sourcemaps": "^2.5.0",
|
||||
"gulp-uglify": "^2.1.2",
|
||||
"koa": "^1.2.4",
|
||||
"koa-bodyparser": "^2.3.0",
|
||||
"koa-onerror": "^3.1.0",
|
||||
"koa-router": "^5.4.0",
|
||||
"koa-static-cache": "^4.0.0",
|
||||
"rollup": "^0.41.6",
|
||||
"rollup-plugin-babel": "^2.7.1",
|
||||
"rollup-plugin-eslint": "^3.0.0",
|
||||
"rollup-plugin-node-resolve": "^3.0.0"
|
||||
},
|
||||
"dependencies": {}
|
||||
}
|
Reference in New Issue
Block a user