forked from fex-team/umeditor
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.61 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.61 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
{
"name": "umeditor",
"title": "umeditor",
"description": "umeditor",
"version": "1.2.2",
"homepage": "https://github.com/fex-team/umeditor",
"author": {
"name": "f-cube @ FEX",
"url": "http://fex.baidu.com"
},
"scripts": {
"build": "npm run build-net && npm run build-asp && npm run build-jsp && npm run build-php",
"build-net": "grunt --server=net",
"build-asp": "grunt --server=asp",
"build-jsp": "grunt --server=jsp",
"build-php": "grunt --server=php",
"build-gbk": "npm run build-net-gbk && npm run build-asp-gbk && npm run build-jsp-gbk && npm run build-php-gbk",
"build-net-gbk": "grunt --encode=gbk --server=net",
"build-asp-gbk": "grunt --encode=gbk --server=asp",
"build-jsp-gbk": "grunt --encode=gbk --server=jsp",
"build-php-gbk": "grunt --encode=gbk --server=php",
"build-all": "npm run build && npm run build-gbk"
},
"repository": {
"type": "git",
"url": "https://github.com/fex-team/umeditor.git"
},
"keywords": [
"umeditor",
"web editor",
"ueditor",
"javascript"
],
"bugs": {
"url": "https://github.com/fex-team/umeditor/issues"
},
"dependencies": {},
"devDependencies": {
"google-closure-compiler": "^20180204.0.0",
"grunt": "^1.0.2",
"grunt-contrib-compress": "^1.4.3",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-cssmin": "^2.2.1",
"grunt-text-replace": "^0.4.0",
"grunt-transcoding": "^0.1.3"
}
}