laravelEcomm/public/Dashboard/vendors/tinymce/composer.json
2024-07-12 12:51:02 +05:45

44 lines
733 B
JSON

{
"name": "tinymce/tinymce",
"version": "5.7.0",
"description": "Web based JavaScript HTML WYSIWYG editor control.",
"license": [
"LGPL-2.1-only"
],
"keywords": [
"editor",
"wysiwyg",
"tinymce",
"richtext",
"javascript",
"html"
],
"homepage": "http://www.tinymce.com",
"type": "component",
"extra": {
"component": {
"scripts": [
"tinymce.js",
"plugins/*/plugin.js",
"themes/*/theme.js",
"themes/*/icons.js"
],
"files": [
"tinymce.min.js",
"plugins/*/plugin.min.js",
"themes/*/theme.min.js",
"skins/**",
"icons/*/icons.min.js"
]
}
},
"archive": {
"exclude": [
"readme.md",
"bower.js",
"package.json",
".npmignore",
"changelog.txt"
]
}
}