vr-shopxo-uniapp/package.json

25 lines
680 B
JSON
Raw Blame History

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

{
"id": "liusheng22-HlsVideoPlayer",
"name": "HlsVideoPlayer - APP 的 hls 的视频流播放器",
"displayName": "HlsVideoPlayer - APP 的 hls 的视频流播放器",
"version": "0.0.1",
"description": "APP 的视频流播放器支持iOS & Android但是仅支持 hls 视频流flv 不支持原因见下方文档详细说明",
"keywords": [
"hls",
"flv",
"m3u8",
"视频流",
"视频播放器"
],
"dcloudext": {
"category": [
"前端组件",
"通用组件"
]
},
"dependencies": {
"hls.js": "^1.6.15",
"jweixin-module": "^1.6.0"
}
}