-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 938 Bytes
/
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
{
"name": "ueditor",
"title": "ueditor",
"description": "UEditor富文本web编辑器",
"version": "1.4.3",
"homepage": "http://ueditor.baidu.com/",
"author": {
"name": "f-cube @ FEX",
"url": "http://fex.baidu.com"
},
"repository": {
"type": "git",
"url": "https://github.com/fex-team/ueditor.git"
},
"keywords": [
"ueditor",
"web editor",
"javascript"
],
"bugs": {
"url": "https://github.com/fex-team/ueditor/issues"
},
"dependencies": {
"grunt": "~0.4.1",
"grunt-contrib-concat": "~0.3.0",
"grunt-contrib-cssmin": "~0.6.0",
"grunt-closurecompiler": "~0.9.9",
"grunt-contrib-copy": "~0.4.0",
"grunt-transcoding": "~0.1.1",
"grunt-text-replace": "~0.3.9",
"grunt-contrib-clean": "~0.5.0"
},
"devDependencies": {
"grunt": "~0.4.1"
}
}