-
Notifications
You must be signed in to change notification settings - Fork 63
/
library.json
65 lines (65 loc) · 1.14 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
{
"title": "Memory Game",
"description": "See how many cards you can remember!",
"majorVersion": 1,
"minorVersion": 3,
"patchVersion": 27,
"runnable": 1,
"author": "Joubel",
"license": "MIT",
"machineName": "H5P.MemoryGame",
"preloadedCss": [
{
"path": "memory-game.css"
}
],
"preloadedJs": [
{
"path": "memory-game.js"
},
{
"path": "card.js"
},
{
"path": "counter.js"
},
{
"path": "popup.js"
},
{
"path": "timer.js"
},
{
"path": "aria-live-region.js"
}
],
"preloadedDependencies": [
{
"machineName": "H5P.Timer",
"majorVersion": 0,
"minorVersion": 4
},
{
"machineName": "FontAwesome",
"majorVersion": 4,
"minorVersion": 5
}
],
"editorDependencies": [
{
"machineName": "H5PEditor.ColorSelector",
"majorVersion": 1,
"minorVersion": 3
},
{
"machineName": "H5PEditor.VerticalTabs",
"majorVersion": 1,
"minorVersion": 3
},
{
"machineName": "H5PEditor.AudioRecorder",
"majorVersion": 1,
"minorVersion": 0
}
]
}