h5p-question-set/library.json

50 lines
916 B
JSON
Raw Normal View History

2013-04-04 15:44:06 +02:00
{
"title": "Question set",
"contentType": "question",
"majorVersion": 1,
"minorVersion": 0,
2014-11-02 19:55:59 +01:00
"patchVersion": 57,
2013-04-04 15:44:06 +02:00
"runnable": 1,
"fullscreen": 0,
2013-04-04 15:44:06 +02:00
"machineName": "H5P.QuestionSet",
"author": "Amendor AS",
"coreApi": {
"majorVersion": 1,
"minorVersion": 1
},
2013-04-04 15:44:06 +02:00
"license": "cc-by-sa",
"preloadedJs": [
2014-04-11 15:50:22 +02:00
{
"path": "js/questionset.js"
}
2013-04-04 15:44:06 +02:00
],
"preloadedCss": [
2014-04-11 15:50:22 +02:00
{
"path": "css/questionset.css"
}
2013-04-04 15:44:06 +02:00
],
"preloadedDependencies": [
{
"machineName": "EmbeddedJS",
"majorVersion": 1,
"minorVersion": 0
},
{
"machineName": "FontAwesome",
2014-05-23 11:09:49 +02:00
"majorVersion": 4,
"minorVersion": 1
},
{
"machineName": "H5P.Video",
"majorVersion": 1,
2013-04-04 15:44:06 +02:00
"minorVersion": 0
}
],
"editorDependencies": [
{
"machineName": "H5PEditor.VerticalTabs",
"majorVersion": 1,
"minorVersion": 0
}
2013-04-04 15:44:06 +02:00
]
2014-11-02 19:55:59 +01:00
}