50 lines
904 B
JSON
50 lines
904 B
JSON
{
|
|
"name": "aloha-editor",
|
|
"version": "0.10.0",
|
|
"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": "AGPLv3",
|
|
"url": "http://www.opensource.org/licenses/agpl-v3"
|
|
}
|
|
],
|
|
|
|
"repository" : {
|
|
"type" : "git",
|
|
"url" : "http://github.com/alohaeditor/Aloha-Editor.git"
|
|
}
|
|
}
|