{
  "_from": "unity-webgl@^3.3.0",
  "_id": "unity-webgl@3.3.0",
  "_inBundle": false,
  "_integrity": "sha512-lFoJzFyXPSt92Z/OSthy5ypES9BTK0QgQQPD7QO2u3+/hrnQ0zhYgQmjuZTGSwvwvPc9GvjN7XGx7vkpRsMtMw==",
  "_location": "/unity-webgl",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "unity-webgl@^3.3.0",
    "name": "unity-webgl",
    "escapedName": "unity-webgl",
    "rawSpec": "^3.3.0",
    "saveSpec": null,
    "fetchSpec": "^3.3.0"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/unity-webgl/-/unity-webgl-3.3.0.tgz",
  "_shasum": "37967f2aea060d81cc2a3bb9d40bded51d4341dc",
  "_spec": "unity-webgl@^3.3.0",
  "_where": "/home/promolider/public_html/dev_vcr",
  "author": {
    "name": "Mervin",
    "email": "mengqing723@gmail.com"
  },
  "bugs": {
    "url": "https://github.com/Meqn/UnityWebGL.js/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "vue-demi": "latest"
  },
  "deprecated": false,
  "description": "Unity WebGL provides an easy solution for embedding Unity WebGL builds in your webApp or Vue.js project, with two-way communication between your webApp and Unity application with advanced API's. ",
  "devDependencies": {
    "@vue/composition-api": "^1.7.0",
    "vue": "^3.2.38"
  },
  "exports": {
    ".": {
      "import": "./dist/index.esm.js",
      "default": "./dist/index.umd.js",
      "types": "./dist/index.d.ts"
    },
    "./vue": {
      "import": "./vue/index.js",
      "default": "./vue/index.js",
      "types": "./vue/index.d.ts"
    }
  },
  "files": [
    "dist",
    "types",
    "vue"
  ],
  "homepage": "https://github.com/Meqn/UnityWebGL.js",
  "jsdelivr": "dist/index.umd.js",
  "keywords": [
    "unity webGl",
    "unity",
    "webGL",
    "vue unity",
    "vue unity webgl"
  ],
  "license": "MIT",
  "main": "dist/index.umd.js",
  "module": "dist/index.esm.js",
  "name": "unity-webgl",
  "peerDependencies": {
    "@vue/composition-api": "^1.7.0",
    "vue": "^2.5.0 || >=3.0.0"
  },
  "peerDependenciesMeta": {
    "@vue/composition-api": {
      "optional": true
    }
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Meqn/UnityWebGL.js.git"
  },
  "scripts": {
    "build": "npm run clean && NODE_ENV=production rollup -c rollup.config.js",
    "clean": "rimraf -rf ./dist && rimraf -rf ./vue",
    "dev": "NODE_ENV=development rollup -c rollup.config.js -w"
  },
  "types": "dist/index.d.ts",
  "unpkg": "dist/index.umd.js",
  "version": "3.3.0"
}
