h5p-memory-game/library.json

21 lines
382 B
JSON
Raw Normal View History

2014-03-28 14:52:41 +01:00
{
"title": "Memory Game",
"description": "See how many cards you can remember!",
"majorVersion": 1,
"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
}