Layout and other changes

This commit is contained in:
genuineparts 2025-06-15 22:25:18 +02:00
parent 3f5ef1296a
commit 4632884065
41 changed files with 5563 additions and 544 deletions

View file

@ -0,0 +1,32 @@
{
"name": "wysibb",
"title": "WysiBB - Wysiwyg BBcode editor",
"description": "Wysiwyg BBcode editor based on jQuery",
"keywords": [
"wysibb",
"wysiwyg",
"bbcode",
"editor",
"ui"
],
"version": "1.5.0",
"author": {
"name": "Vadim Dobroskok",
"url": "http://www.wysibb.com"
},
"maintainers": [],
"licenses": [
{
"type": "MIT",
"url": "https://github.com/wbb/WysiBB/blob/master/LICENSE-MIT"
}
],
"bugs": "https://github.com/wbb/WysiBB/issues",
"homepage": "http://www.wysibb.com",
"docs": "http://www.wysibb.com/docs/",
"demo": "http://www.wysibb.com/demo/",
"download": "http://www.wysibb.com/download/",
"dependencies": {
"jquery": ">=1.6"
}
}