File "composer.json"

Full Path: /home/krishnamexports/public_html/panel/vendors/tinymce/themes/composer.json
File size: 675 bytes
MIME-type: text/plain; charset=us-ascii
Charset: utf-8

{
	"name": "tinymce/tinymce",
	"version": "4.6.4",
	"description": "Web based JavaScript HTML WYSIWYG editor control.",
	"license": [
		"LGPL-2.1"
	],
	"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"
			],
			"files": [
				"tinymce.min.js",
				"plugins/*/plugin.min.js",
				"themes/*/theme.min.js",
				"skins/**"
			]
		}
	},
	"archive": {
		"exclude": [
			"readme.md",
			"bower.js",
			"package.json",
			".npmignore",
			"changelog.txt"
		]
	}
}