Files
Chamilo/plugin/h5p/cache-h5p/launch/source-dialogcard/Drop-1.0/library.json
2025-08-14 22:39:38 +02:00

28 lines
607 B
JSON

{
"title": "Drop",
"description": "Drop.js is a powerful Javascript and CSS library for creating dropdowns and other floating displays.",
"majorVersion": 1,
"minorVersion": 0,
"patchVersion": 2,
"runnable": 0,
"author": "Hubspot. Wrapped as H5P by Joubel (fnoks)",
"license": "MIT",
"machineName": "Drop",
"preloadedJs": [
{
"path": "js/drop.min.js"
}
],
"preloadedCss": [
{
"path": "css/drop-theme-arrows-bounce.min.css"
}
],
"preloadedDependencies": [
{
"machineName": "Tether",
"majorVersion": 1,
"minorVersion": 0
}
]
}