-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
executable file
·49 lines (45 loc) · 910 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": "aloha-editor",
"version": "0.23.8",
"description": "The HTML5 WYSIWYG Editor",
"homepage": "https://github.com/alohaeditor/Aloha-Editor",
"keywords": [
"wysiwyg",
"editor",
"rte",
"html5",
"contenteditable"
],
"author": {
"name": "The Aloha Editor Team",
"email": "team@aloha-editor.org",
"web": "http://aloha-editor.org"
},
"maintainers": [
{
"name": "Haymo Meran",
"email": "h.meran@gentics.com",
"web": "http://haymo.org"
}
],
"contributors": [
{
"name": "The Aloha Editor Team",
"email": "team@aloha-editor.org",
"web": "http://aloha-editor.org"
}
],
"bugs": {
"web": "https://github.com/alohaeditor/Aloha-Editor/issues"
},
"licenses": [
{
"type": "GPLv2 or later",
"url": "http://www.gnu.org/licenses/gpl-2.0.html"
}
],
"repository" : {
"type" : "git",
"url" : "http://github.com/alohaeditor/Aloha-Editor.git"
}
}