{
  "name": "@cycjimmy/h5-video-player",
  "version": "3.0.2",
  "description": "Browser full screen H5 video player",
  "type": "module",
  "main": "dist/h5-video-player.cjs",
  "module": "dist/h5-video-player.esm.js",
  "browser": "dist/h5-video-player.umd.min.js",
  "exports": {
    "require": "./dist/h5-video-player.cjs",
    "import": "./dist/h5-video-player.esm.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/cycjimmy/h5-video-player.git"
  },
  "keywords": [
    "h5",
    "video"
  ],
  "author": "cycjimmy <cycjimmy@gmail.com> (https://github.com/cycjimmy)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/cycjimmy/h5-video-player/issues"
  },
  "homepage": "https://github.com/cycjimmy/h5-video-player#readme"
}
