123456789101112131415161718192021222324252627 |
- {
- "name": "tinymce",
- "description": "Web based JavaScript HTML WYSIWYG editor control.",
- "license": "MIT",
- "keywords": [
- "wysiwyg",
- "tinymce",
- "richtext",
- "javascript",
- "html",
- "text",
- "rich editor",
- "rich text editor",
- "rte",
- "rich text",
- "contenteditable",
- "editing"
- ],
- "homepage": "https://www.tiny.cloud/",
- "ignore": [
- "README.md",
- "composer.json",
- "package.json",
- ".npmignore",
- "CHANGELOG.md"
- ]
- }
|