UNPKG

@photo-sphere-viewer/video-plugin

Version:
44 lines 1.09 kB
{ "name": "@photo-sphere-viewer/video-plugin", "version": "5.13.4", "description": "Photo Sphere Viewer plugin to add video controls.", "homepage": "https://photo-sphere-viewer.js.org/plugins/video.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" } }, "./index.css": "./index.css", "./index.scss": "./styles/index.scss" }, "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.13.4" }, "style": "index.css", "sass": "styles/index.scss" }