{ "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" } }