-
Notifications
You must be signed in to change notification settings - Fork 79
/
package.json
35 lines (35 loc) · 952 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
{
"name": "xheditor",
"title": "xhEditor",
"description": "xhEditor是一个基于jQuery开发的简单迷你并且高效的在线可视化HTML编辑器,基于网络访问并且兼容IE 6.0+,Firefox 3.0+,Opera 9.6+,Chrome 1.0+,Safari 3.22+。",
"version": "1.2.2",
"author": "[email protected]",
"homepage": "http://xheditor.com/",
"repository": {
"type": "git",
"url": "https://github.com/yaniswang/xhEditor.git"
},
"bugs": {
"url": "https://github.com/yaniswang/xhEditor/issues"
},
"licenses": [
{
"type": "LGPL",
"url": "http://xheditor.com/license/lgpl.txt"
}
],
"dependencies": {},
"devDependencies": {
"grunt": "0.4.5",
"grunt-contrib-clean": "0.6.0",
"grunt-contrib-concat": "0.5.1",
"grunt-contrib-uglify": "0.9.1",
"grunt-contrib-copy": "0.8.0",
"grunt-contrib-compress": "0.13.0"
},
"keywords": [
"javascript",
"editor",
"WYSIWYG"
]
}