-
Notifications
You must be signed in to change notification settings - Fork 70
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.16 KB
/
package.json
File metadata and controls
50 lines (50 loc) · 1.16 KB
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
{
"name": "ueditor-plus-main",
"title": "UEditorPlus",
"description": "基于 UEditor 的增强版富文本编辑器",
"version": "4.5.0",
"homepage": "http://open.modstart.com",
"author": {
"name": "Modstart",
"url": "http://open.modstart.com"
},
"repository": {
"type": "git",
"url": "https://github.com/modstart-lib/ueditor-plus.git"
},
"files": [
"dist-min/**/*",
"README.md"
],
"main": "dist-min/ueditor.all.js",
"scripts": {
"build": "make build"
},
"keywords": [
"ueditor",
"web editor",
"javascript",
"rich editor"
],
"bugs": {
"url": "https://github.com/modstart-lib/ueditor-plus/issues"
},
"dependencies": {
"grunt": "~0.4.1",
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-concat": "~0.3.0",
"grunt-contrib-copy": "~0.4.0",
"grunt-contrib-cssmin": "~0.6.0",
"grunt-contrib-uglify": "^1.0.1",
"grunt-text-replace": "~0.3.9",
"grunt-transcoding": "~0.1.1",
"md5-file": "^5.0.0"
},
"devDependencies": {
"@babel/cli": "^7.28.3",
"@babel/core": "^7.28.5",
"@babel/preset-env": "^7.28.5",
"grunt": "~0.4.1",
"uglify-js": "^3.17.4"
}
}