{
  "title": "Memory Game",
  "description": "See how many cards you can remember!",
  "majorVersion": 1,
  "minorVersion": 1,
  "patchVersion": 9,
  "runnable": 1,
  "author": "Amendor AS",
  "license": "MIT",
  "machineName": "H5P.MemoryGame",
  "preloadedCss": [
    {
      "path": "memory-game.css"
    }
  ],
  "preloadedJs": [
    {
      "path": "memory-game.js"
    },
    {
      "path": "card.js"
    },
    {
      "path": "timer.js"
    },
    {
      "path": "counter.js"
    },
    {
      "path": "popup.js"
    }
  ]
}