{
  "name": "photo-sphere-viewer-navigator-engine",
  "version": "2.2.16",
  "title": "Photo Sphere Viewer V5 Navigator Engine", 
  "description": "基于PSV全景图组件的全功能导航插件，包括标注、场景（全景图，环物图，含声音）、布局沙盘图和VR组合发布等辅助管理、设计和展示。",
  "author": "vr.tools.top@gmail.com",
  "homepage": "https://www.dvtop.cn/vr-designer/",
  "license": "MIT",
  "type": "module",
  "main": "./cjs/index.js",
  "types": "./cjs/index.d.ts",
  "module": "./esm/index.js",
  "typings": "./esm/index.d.ts",
  "dependencies": {
    "@photo-sphere-viewer/autorotate-plugin": "=5.1.5",
    "@photo-sphere-viewer/compass-plugin": "=5.1.5",
    "@photo-sphere-viewer/core": "=5.1.5",
    "@photo-sphere-viewer/cubemap-adapter": "=5.1.5",
    "@photo-sphere-viewer/equirectangular-video-adapter": "=5.1.5",
    "@photo-sphere-viewer/gyroscope-plugin": "=5.1.5",
    "@photo-sphere-viewer/markers-plugin": "=5.1.5",
    "@photo-sphere-viewer/stereo-plugin": "=5.1.5",
    "@photo-sphere-viewer/video-plugin": "=5.1.5",
    "@photo-sphere-viewer/visible-range-plugin": "=5.1.5",
    "howler": "=2.2.3",
    "js-cloudimage-360-view": "=3.1.1",
    "qrcode": "^1.5.3"
  },
  "devDependencies": {
    "@types/howler": "=2.2.7",
    "@types/qrcode": "^1.5.0",
    "@types/three": "=0.152.1"
  },
	"keywords": [
    "vr",
    "panorama",
		"photo-sphere-viewer",
		"photosphere",
		"navigator",
		"engine",
    "threejs",
		"audio",
    "video",
    "360-view",
    "color-picker"
	]
}