Actualización

This commit is contained in:
Xes
2025-04-10 12:53:50 +02:00
parent f7a0ba2b2f
commit 2001ceddea
39284 changed files with 991962 additions and 0 deletions

View File

@@ -0,0 +1,26 @@
{
"name": "mediaelement",
"homepage": "https://github.com/mediaelement/mediaelement",
"description": "HTML5 <video> and <audio> made easy.",
"moduleType": [
"globals"
],
"keywords": [
"html5",
"video",
"audio",
"shim"
],
"license": "MIT",
"ignore": [
"**",
"!/build/**",
"!/bower.json",
"!/README*",
"!/changelog*"
],
"main": [
"./build/mediaelement-and-player.js",
"./build/mediaelementplayer.css"
]
}