Files
Foundry-VTT-Docker/resources/app/node_modules/tinymce/package.json

15 lines
417 B
JSON
Raw Normal View History

2025-01-04 00:34:03 +01:00
{
"name": "tinymce",
"version": "6.8.3",
"repository": {
"type": "git",
"url": "https://github.com/tinymce/tinymce.git",
"directory": "modules/tinymce"
},
"description": "Web based JavaScript HTML WYSIWYG editor control.",
"author": "Ephox Corporation DBA Tiny Technologies, Inc",
"main": "tinymce.js",
"types": "tinymce.d.ts",
"license": "MIT",
"homepage": "https://www.tiny.cloud/"
}