-
Notifications
You must be signed in to change notification settings - Fork 43
/
library.json
45 lines (45 loc) · 917 Bytes
/
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
{
"title": "Find the Hotspot",
"description": "A question that is answered by pressing the correct hotspot.",
"contentType": "Question",
"majorVersion": 1,
"minorVersion": 8,
"patchVersion": 22,
"runnable": 1,
"author": "Joubel",
"license": "MIT",
"coreApi": {
"majorVersion": 1,
"minorVersion": 23
},
"machineName": "H5P.ImageHotspotQuestion",
"preloadedCss": [
{
"path": "image-hotspot-question.css"
}
],
"preloadedJs": [
{
"path": "image-hotspot-question.js"
}
],
"editorDependencies": [
{
"machineName": "H5PEditor.Wizard",
"majorVersion": 1,
"minorVersion": 2
},
{
"machineName": "H5PEditor.ImageHotspotQuestion",
"majorVersion": 1,
"minorVersion": 8
}
],
"preloadedDependencies": [
{
"machineName": "H5P.Question",
"majorVersion": 1,
"minorVersion": 5
}
]
}