mirror of
https://github.com/bytedance/xgplayer.git
synced 2025-04-05 11:18:46 +08:00
45 lines
835 B
JSON
Executable File
45 lines
835 B
JSON
Executable File
{
|
|
"name": "xgplayer-hls.js",
|
|
"version": "3.0.21-rc.22",
|
|
"description": "xgplayer plugin for hls",
|
|
"main": "dist/index.min.js",
|
|
"module": "es/index.js",
|
|
"typings": "es/index.d.ts",
|
|
"libd": {
|
|
"umdName": "HlsJsPlugin"
|
|
},
|
|
"files": [
|
|
"dist",
|
|
"es"
|
|
],
|
|
"publishConfig": {
|
|
"registry": "https://registry.npmjs.org/",
|
|
"access": "public",
|
|
"tag": "rc"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git@github.com:bytedance/xgplayer.git"
|
|
},
|
|
"unpkgFiles": [
|
|
"dist"
|
|
],
|
|
"keywords": [
|
|
"mp4",
|
|
"fmp4",
|
|
"player",
|
|
"video"
|
|
],
|
|
"author": "yinguohui@bytedance.com",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"deepmerge": "2.0.1",
|
|
"event-emitter": "^0.3.5",
|
|
"hls.js": "^1.5.6"
|
|
},
|
|
"peerDependencies": {
|
|
"xgplayer": ">=3.0.13",
|
|
"core-js": ">=3.12.1"
|
|
}
|
|
}
|