-
Notifications
You must be signed in to change notification settings - Fork 29
/
library.json
48 lines (48 loc) · 945 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
46
47
48
{
"title": "Speak the Words Set",
"description": "Answer a set of questions using your speech",
"majorVersion": 1,
"minorVersion": 3,
"patchVersion": 3,
"runnable": 1,
"author": "Joubel",
"license": "MIT",
"machineName": "H5P.SpeakTheWordsSet",
"embedTypes": [
"iframe"
],
"preloadedJs": [
{
"path": "dist/dist.js"
}
],
"editorDependencies": [
{
"machineName": "H5PEditor.RangeList",
"majorVersion": 1,
"minorVersion": 0
},
{
"machineName": "H5PEditor.VerticalTabs",
"majorVersion": 1,
"minorVersion": 3
},
{
"machineName": "H5PEditor.ShowWhen",
"majorVersion": 1,
"minorVersion": 0
}
],
"preloadedDependencies": [
{
"machineName": "H5P.Question",
"majorVersion": 1,
"minorVersion": 5
},
{
"machineName": "FontAwesome",
"majorVersion": 4,
"minorVersion": 5
}
]
}