h5p-memory-game/library.json

22 lines
383 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": 0,
"patchVersion": 0,
"runnable": 1,
"author": "Amendor AS",
"license": "MIT",
"machineName": "H5P.MemoryGame",
"preloadedCss": [
{
"path": "memory-game.css"
}
],
"preloadedJs": [
{
"path": "memory-game.js"
}
]
}