forked from samclarke/SCEditor
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsceditor.jquery.json
More file actions
35 lines (35 loc) · 784 Bytes
/
sceditor.jquery.json
File metadata and controls
35 lines (35 loc) · 784 Bytes
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": "sceditor",
"title": "SCEditor",
"description": "SCEditor is designed to be a lightweight HTML and BBCode WYSIWYG editor.",
"version": "1.4.1",
"homepage": "http://www.sceditor.com/",
"author": {
"name": "Sam Clarke",
"url": "http://www.samclarke.com/"
},
"repository": {
"type": "git",
"url": "https://github.com/samclarke/SCEditor.git"
},
"bugs": "https://github.com/samclarke/SCEditor/issues",
"docs": "http://www.sceditor.com/documentation/",
"licenses": [{
"type": "MIT",
"url": "https://github.com/samclarke/SCEditor/blob/master/MIT.txt"
}],
"dependencies": {
"jquery": ">=1.5"
},
"keywords": [
"wysiwyg",
"bbcode",
"html",
"editor",
"ui"
],
"maintainers": [{
"name": "Sam Clarke",
"url": "http://www.samclarke.com/"
}]
}