forked from LumeniaAS/h5p-personality-quiz
-
Notifications
You must be signed in to change notification settings - Fork 0
/
library.json
46 lines (46 loc) · 933 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
{
"title": "Personality Quiz",
"machineName": "H5P.PersonalityQuiz",
"description": "Create a personality quiz and test which Game of Thrones or Hogwarts House your friends belong in.",
"majorVersion": 1,
"minorVersion": 0,
"patchVersion": 13,
"runnable": 1,
"author": "Lumenia AS",
"license": "MIT",
"embedTypes": [
"iframe"
],
"preloadedDependencies": [
{
"machineName": "FontAwesome",
"majorVersion": 4,
"minorVersion": 5
}
],
"preloadedJs": [
{
"path": "js/personalityQuiz.js"
},
{
"path": "js/wheelAnimation.js"
}
],
"preloadedCss": [
{
"path": "css/personalityQuiz.css"
}
],
"editorDependencies": [
{
"machineName": "H5PEditor.ColorSelector",
"majorVersion": 1,
"minorVersion": 0
},
{
"machineName": "H5PEditor.ShowWhen",
"majorVersion": 1,
"minorVersion": 0
}
]
}