2014-03-28 14:52:41 +01:00
|
|
|
{
|
|
|
|
"title": "Memory Game",
|
|
|
|
"description": "See how many cards you can remember!",
|
|
|
|
"majorVersion": 1,
|
2014-09-16 14:33:14 +02:00
|
|
|
"minorVersion": 1,
|
2015-04-22 23:28:56 +02:00
|
|
|
"patchVersion": 4,
|
2014-03-28 14:52:41 +01:00
|
|
|
"runnable": 1,
|
|
|
|
"author": "Amendor AS",
|
|
|
|
"license": "MIT",
|
|
|
|
"machineName": "H5P.MemoryGame",
|
|
|
|
"preloadedCss": [
|
|
|
|
{
|
|
|
|
"path": "memory-game.css"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"preloadedJs": [
|
|
|
|
{
|
|
|
|
"path": "memory-game.js"
|
|
|
|
}
|
|
|
|
]
|
2014-11-02 19:55:58 +01:00
|
|
|
}
|