Current File : /home/tradevaly/www/public/assets/libs/tinymce/composer.json
{
	"name": "tinymce/tinymce",
	"version": "5.8.2",
	"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.md"
		]
	}
}