/
githubmirror
/
magento2
Обзор
Документация
Войти
/
githubmirror
/
magento2
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
2.4-develop
lib/web/hugerte/composer.json
52 строки
868 B
Raj Mohan R
AC-14602::Migrate from TinyMCE to Hugerte.org|Downgrade HugeRTE Version
21 май 2025, 15:04
21 май 2025, 15:04
9fba4c4
Код
Авторство
О чём код?
{ "name": "hugerte/hugerte", "version": "1.0.4", "description": "Web based JavaScript HTML WYSIWYG editor control.", "license": [ "MIT" ], "keywords": [ "wysiwyg", "hugerte", "richtext", "javascript", "html", "text", "rich editor", "rich text editor", "rte", "rich text", "contenteditable", "editing" ], "homepage": "https://hugerte.org/", "type": "component", "extra": { "component": { "scripts": [ "hugerte.js", "plugins/*/plugin.js", "themes/*/theme.js", "models/*/model.js", "icons/*/icons.js" ], "files": [ "hugerte.min.js", "plugins/*/plugin.min.js", "themes/*/theme.min.js", "models/*/model.min.js", "skins/**", "icons/*/icons.min.js" ] } }, "archive": { "exclude": [ "README.md", "bower.js", "package.json", ".npmignore", "CHANGELOG.md" ] } }