forked from h5p/h5p-image-hotspots
-
Notifications
You must be signed in to change notification settings - Fork 0
/
library.json
64 lines (64 loc) · 1.21 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
{
"title": "Image Hotspots",
"description": "Add hotspots with useful information and media to an image.",
"majorVersion": 1,
"minorVersion": 8,
"patchVersion": 2,
"runnable": 1,
"author": "Joubel",
"license": "MIT",
"machineName": "H5P.ImageHotspots",
"fullscreen": 1,
"coreApi": {
"majorVersion": 1,
"minorVersion": 19
},
"embedTypes": [
"iframe"
],
"preloadedJs": [
{
"path": "scripts/image-hotspots.js"
},
{
"path": "scripts/hotspot.js"
},
{
"path": "scripts/popup.js"
}
],
"preloadedCss": [
{
"path": "styles/image-hotspots.css"
}
],
"preloadedDependencies": [
{
"machineName": "FontAwesome",
"majorVersion": 4,
"minorVersion": 5
},
{
"machineName": "H5P.Transition",
"majorVersion": 1,
"minorVersion": 0
}
],
"editorDependencies": [
{
"machineName": "H5PEditor.ImageCoordinateSelector",
"majorVersion": 1,
"minorVersion": 2
},
{
"machineName": "H5PEditor.ColorSelector",
"majorVersion": 1,
"minorVersion": 2
},
{
"machineName": "H5PEditor.ShowWhen",
"majorVersion": 1,
"minorVersion": 0
}
]
}