Files
shopxo-uniapp/package.json
2026-03-10 11:41:49 +08:00

25 lines
680 B
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"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"
}
}