type media videos

This commit is contained in:
2025-05-27 15:33:47 +02:00
parent 1b110ac316
commit a7abf60b1b
93 changed files with 12353 additions and 17 deletions
@@ -0,0 +1,29 @@
{
"name": "glightbox",
"description": "JavaScript animation engine",
"main": "dist/js/glightbox.min.js",
"repository": {
"type": "git",
"url": "https://github.com/mcstudios/glightbox"
},
"keywords": [
"lightbox",
"javascript",
"gallery",
"popup"
],
"authors": [
"MC Studios <manuel@mcstudios.com.mx>"
],
"license": "MIT",
"homepage": "https://glightbox.mcstudios.com.mx",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"*.psd",
"demo",
"test",
"tests"
]
}