forked from samclarke/SCEditor
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 942 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
37
38
39
40
41
42
43
44
45
46
47
48
49
{
"name": "jquery.sceditor",
"title": "SCEditor",
"description": "SCEditor is designed to be a lightweight HTML and BBCode WYSIWUG editor.",
"version": "1.3.7",
"homepage": "http://sceditor.samclarke.com/",
"author": {
"name": "Sam Clarke",
"url": "http://www.samclarke.com/"
},
"repository": {
"type": "git",
"url": "https://github.com/samclarke/SCEditor.git"
},
"bugs": {
"url": "https://github.com/samclarke/SCEditor/issues"
},
"licenses": [{
"type": "MIT",
"url": "MIT.txt"
}, {
"type": "GPLv3",
"url": "GPL.txt"
}],
"dependencies": {
"jquery": "*"
},
"keywords": [
"wysiwyg",
"bbcode",
"html",
"editor"
],
"maintainers": [{
"name": "Sam Clarke",
"url": "http://www.samclarke.com/"
}],
"files": [
"emoticons/",
"icons/",
"languages/",
"minified/",
"themes/",
"jquery.sceditor.bbcode.js",
"jquery.sceditor.css",
"jquery.sceditor.default.js",
"jquery.sceditor.js"
]
}