{
  "name": "@odopod/odo-video",
  "description": "A lightweight html5 video wrapper.",
  "version": "1.2.2",
  "main": "dist/odo-video.js",
  "module": "dist/odo-video.esm.js",
  "odoModule": "src/video.js",
  "sideEffects": false,
  "author": "Odopod",
  "contributors": [
    {
      "name": "Glen Cheney",
      "email": "glen@odopod.com"
    }
  ],
  "dependencies": {
    "screenfull": "^3.0.2"
  },
  "homepage": "https://github.com/odopod/code-library/tree/master/packages/odo-video",
  "files": [
    "css",
    "dist",
    "src"
  ],
  "odoKeywords": [
    "ui"
  ],
  "keywords": [
    "odo",
    "odo-component",
    "odopod",
    "video",
    "player"
  ],
  "license": "MIT",
  "repository": "odopod/code-library",
  "scripts": {
    "test": "gulp code-quality test"
  }
}
