{
  "name": "@cycjimmy/h5-preloader",
  "version": "5.0.4",
  "description": "Resources pre-load for h5 page",
  "type": "module",
  "main": "dist/h5-preloader.cjs",
  "module": "dist/h5-preloader.esm.js",
  "browser": "dist/h5-preloader.umd.min.js",
  "exports": {
    "require": "./dist/h5-preloader.cjs",
    "import": "./dist/h5-preloader.esm.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/cycjimmy/h5-preloader.git"
  },
  "keywords": [
    "h5",
    "preloader"
  ],
  "author": "cycjimmy <cycjimmy@gmail.com> (https://github.com/cycjimmy)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/cycjimmy/h5-preloader/issues"
  },
  "homepage": "https://github.com/cycjimmy/h5-preloader#readme"
}
