This commit is contained in:
2026-05-13 17:11:09 +02:00
commit ea63897455
2785 changed files with 359868 additions and 0 deletions

View File

@@ -0,0 +1,42 @@
{
"name": "tinymce-plugin-youtube",
"version": "3.0.0",
"description": "Plugin youtube for TinyMCE 5",
"main": "youtube.html",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/gtraxx/tinymce-plugin-youtube.git"
},
"keywords": [
"tinymce",
"jquery",
"youtube"
],
"author": {
"name": "Gerits Aurelien",
"mail": "aurelien@magix-cms.com"
},
"license": "GPL3",
"bugs": {
"url": "https://github.com/gtraxx/tinymce-plugin-youtube/issues"
},
"homepage": "https://github.com/gtraxx/tinymce-plugin-youtube",
"devDependencies": {
"gulp": "^3.9.1",
"gulp-clean": "^0.2.4",
"gulp-clean-css": "^3.9.0",
"gulp-concat": "^2.2.0",
"gulp-minify-css": "^0.3.4",
"gulp-rename": "^1.2.0",
"gulp-replace": "^0.3.0",
"gulp-terser": "^1.2.0",
"gulp-zip": "^0.3.4"
},
"dependencies": {
"graceful-fs": "^4.1.15",
"gulp-terser-js": "^4.0.2"
}
}