forked from h5p/h5p-interactive-video
-
Notifications
You must be signed in to change notification settings - Fork 0
/
library.json
69 lines (69 loc) · 1.33 KB
/
library.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
{
"title": "Interactive Video",
"description": "Put texts, tasks and other medias on top of your video.",
"license": "MIT",
"contentType": "Media",
"majorVersion": 1,
"minorVersion": 26,
"patchVersion": 32,
"machineName": "H5P.InteractiveVideo",
"author": "Joubel",
"embedTypes": [
"iframe"
],
"runnable": 1,
"fullscreen": 1,
"coreApi": {
"majorVersion": 1,
"minorVersion": 26
},
"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": 6
},
{
"machineName": "H5P.DragNBar",
"majorVersion": 1,
"minorVersion": 5
}
],
"editorDependencies": [
{
"machineName": "H5P.InteractiveVideo",
"majorVersion": 1,
"minorVersion": 26
},
{
"machineName": "H5PEditor.Wizard",
"majorVersion": 1,
"minorVersion": 2
},
{
"machineName": "H5PEditor.InteractiveVideo",
"majorVersion": 1,
"minorVersion": 25
}
]
}