forked from wangeditor-team/wangEditor
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
60 lines (60 loc) · 1.68 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
{
"name": "wangeditor",
"title": "wangEditor",
"version": "3.1.1",
"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": "[email protected]"
}
],
"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": {}
}