{
  "title": "Cornell Notes",
  "description": "Let your students take structured notes.",
  "majorVersion": 0,
  "minorVersion": 3,
  "patchVersion": 2,
  "runnable": 1,
  "author": "Oliver Tacke",
  "license": "MIT",
  "machineName": "H5P.Cornell",
  "embedTypes": [
    "iframe"
  ],
  "preloadedJs": [
    {
      "path": "dist/h5p-cornell.js"
    }
  ],
  "preloadedCss": [
    {
      "path": "dist/h5p-cornell.css"
    }
  ],
  "preloadedDependencies": [
    {
      "machineName": "H5P.Question",
      "majorVersion": 1,
      "minorVersion": 5
    },
    {
      "machineName": "H5P.JoubelUI",
      "majorVersion": 1,
      "minorVersion": 3
    },
    {
      "machineName": "H5P.TextInputField",
      "majorVersion": 1,
      "minorVersion": 2
    }
  ]
}