Skip to content

Instantly share code, notes, and snippets.

@andrewnicols
Created October 29, 2019 05:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save andrewnicols/a599ed928b3ace194ad9604ac0a78e78 to your computer and use it in GitHub Desktop.
Save andrewnicols/a599ed928b3ace194ad9604ac0a78e78 to your computer and use it in GitHub Desktop.
{
"title": "Interactive Video",
"description": "Put texts, tasks and other medias on top of your video.",
"license": "MIT",
"contentType": "Media",
"majorVersion": 1,
"minorVersion": 20,
"patchVersion": 4,
"machineName": "H5P.InteractiveVideo",
"author": "Joubel",
"embedTypes": [
"iframe"
],
"runnable": 1,
"fullscreen": 1,
"coreApi": {
"majorVersion": 1,
"minorVersion": 19
},
"preloadedJs": [
{
"path": "dist/h5p-interactive-video.js"
}
],
"preloadedCss": [
{
"path": "dist/h5p-interactive-video.css"
}
],
"preloadedDependencies": [
{
"machineName": "FontAwesome",
"majorVersion": 4,
"minorVersion": 5
},
{
"machineName": "jQuery.ui",
"majorVersion": 1,
"minorVersion": 10
},
{
"machineName": "H5P.Video",
"majorVersion": 1,
"minorVersion": 5
},
{
"machineName": "H5P.DragNBar",
"majorVersion": 1,
"minorVersion": 5
}
],
"editorDependencies": [
{
"machineName": "H5PEditor.Wizard",
"majorVersion": 1,
"minorVersion": 2
},
{
"machineName": "H5PEditor.InteractiveVideo",
"majorVersion": 1,
"minorVersion": 20
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment