{
  "name": "@photo-sphere-viewer/equirectangular-video-adapter",
  "version": "5.1.6",
  "description": "Photo Sphere Viewer adapter to display equirectangular videos.",
  "keywords": [
    "photosphere",
    "panorama",
    "threejs"
  ],
  "homepage": "https://photo-sphere-viewer.js.org/guide/adapters/equirectangular-video",
  "repository": {
    "type": "git",
    "url": "git://github.com/mistic100/Photo-Sphere-Viewer.git"
  },
  "license": "MIT",
  "author": {
    "name": "Damien 'Mistic' Sorel",
    "email": "contact@git.strangeplanet.fr",
    "homepage": "https://www.strangeplanet.fr"
  },
  "main": "index.js",
  "module": "index.module.js",
  "types": "index.d.ts",
  "dependencies": {
    "@photo-sphere-viewer/core": "5.1.6"
  }
}