-
Notifications
You must be signed in to change notification settings - Fork 38
/
library.json
63 lines (63 loc) · 1.19 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
{
"machineName": "H5P.ThreeImage",
"title": "Virtual Tour (360)",
"description": "Explore an interactive world in 3D.",
"license": "MIT",
"author": "Joubel AS",
"majorVersion": 0,
"minorVersion": 5,
"patchVersion": 9,
"runnable": 1,
"fullscreen": 1,
"embedTypes": [
"iframe"
],
"coreApi": {
"majorVersion": 1,
"minorVersion": 20
},
"preloadedJs": [
{
"path": "dist/h5p-three-image.js"
}
],
"preloadedCss": [
{
"path": "dist/h5p-three-image.css"
}
],
"preloadedDependencies": [
{
"machineName": "H5P.ThreeSixty",
"majorVersion": 0,
"minorVersion": 3
}
],
"editorDependencies": [
{
"machineName": "H5PEditor.ThreeImage",
"majorVersion": 0,
"minorVersion": 5
},
{
"machineName": "H5P.GoToScene",
"majorVersion": 0,
"minorVersion": 1
},
{
"machineName": "H5PEditor.RadioGroup",
"majorVersion": 1,
"minorVersion": 1
},
{
"machineName": "H5PEditor.ShowWhen",
"majorVersion": 1,
"minorVersion": 0
},
{
"machineName": "H5PEditor.AudioRecorder",
"majorVersion": 1,
"minorVersion": 0
}
]
}