{
  "name": "@photo-sphere-viewer/stereo-plugin",
  "version": "5.14.1",
  "description": "Photo Sphere Viewer plugin to add a stereo view on mobile devices.",
  "homepage": "https://photo-sphere-viewer.js.org/plugins/stereo.html",
  "license": "MIT",
  "main": "index.cjs",
  "types": "index.d.ts",
  "dependencies": {},
  "module": "index.module.js",
  "exports": {
    ".": {
      "import": {
        "types": "./index.d.mts",
        "default": "./index.module.js"
      },
      "require": {
        "types": "./index.d.ts",
        "default": "./index.cjs"
      }
    }
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/mistic100/Photo-Sphere-Viewer.git"
  },
  "author": {
    "name": "Damien 'Mistic' Sorel",
    "email": "contact@git.strangeplanet.fr",
    "homepage": "https://www.strangeplanet.fr"
  },
  "keywords": [
    "photosphere",
    "panorama",
    "threejs"
  ],
  "peerDependencies": {
    "@photo-sphere-viewer/core": "5.14.1",
    "@photo-sphere-viewer/gyroscope-plugin": "5.14.1"
  }
}