h5p-question-set/library.json

25 lines
476 B
JSON
Raw Normal View History

{
"title": "Question set",
"contentType": "question",
"majorVersion": 1,
"minorVersion": 0,
2013-02-07 14:17:00 +01:00
"patchVersion": 6,
"runnable": 1,
2013-04-03 15:15:55 +02:00
"machineName": "H5P.QuestionSet",
"author": "Amendor AS",
"license": "cc-by-sa",
"preloadedJs": [
{"path": "js/questionset.js"}
],
"preloadedCss": [
{"path": "css/questionset.css"}
2013-03-07 04:09:44 +01:00
],
"preloadedDependencies": [
2013-03-08 11:51:28 +01:00
{
2013-04-03 15:15:55 +02:00
"machineName": "EmbeddedJS",
2013-03-08 11:51:28 +01:00
"majorVersion": 1,
"minorVersion": 0
}
]
}