Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 19 additions & 0 deletions component.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"name": "Voog/wysihtml",
"description": "wysihtml is an extended and less strict approach on xing/wysihtml5 open source rich text editor based on HTML5 technology.",

"repository": "Voog/wysihtml",

"keywords": [
"wysiwyg"
],

"main": "dist/wysihtml-toolbar.js",

"scripts": [
"dist/wysihtml-toolbar.js",
"dist/wysihtml.js"
],

"license": "MIT"
}