pan-mini/package.json

23 lines
814 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": "sanqi-video",
"name": "基于原生HTML的Video视频组件",
"displayName": "基于原生HTML的Video视频组件",
"version": "1.0.1",
"description": "使用原生HTML中的Video标签播放视频解决了uniapp官方在APP以及H5等等的情况下当宽度定死的情况下高度无法自适应的问题以及uniapp官方video的层级问题",
"keywords": [
"video",
"uniapp",
"视频播放",
"原生Video"
],
"dcloudext": {
"category": [
"前端组件",
"通用组件"
]
},
"scripts": {
"build:mp-weixin": "cross-env VUE_APP_PLATFORM=mp-weixin uni build -p mp-weixin",
"build:mp-kuaishou": "cross-env VUE_APP_PLATFORM=mp-kuaishou uni build -p mp-kuaishou"
}
}