Skip to content

Commit

Permalink
update composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
youchenlee committed Aug 6, 2015
1 parent 318ea20 commit a26f815
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,19 @@
{
"name": "unisharp/laravel-ckeditor",
"description": "JavaScript WYSIWYG web text editor.",
"description": "JavaScript WYSIWYG web text editor (for laravel).",
"type": "library",
"keywords": [ "ckeditor", "fckeditor", "editor", "wysiwyg", "html", "richtext", "text", "javascript" ],
"keywords": [ "ckeditor", "fckeditor", "editor", "wysiwyg", "html", "richtext", "text", "javascript", "laravel"],
"homepage": "http://ckeditor.com",
"license": [ "GPL-2.0+", "LGPL-2.1+", "MPL-1.1+" ],
"authors": [
{
"name": "CKSource",
"homepage": "http://cksource.com"
}
},
{
"name": "UniSharp Ltd. (Composer Package Maintainer)",
"homepage": "http://www.unisharp.com"
},
],
"support": {
"issues": "http://dev.ckeditor.com",
Expand Down

0 comments on commit a26f815

Please sign in to comment.