mirror of
https://github.com/bytedance/xgplayer.git
synced 2025-04-05 11:18:46 +08:00
42 lines
799 B
JSON
Executable File
42 lines
799 B
JSON
Executable File
{
|
|
"name": "xgplayer-shaka",
|
|
"version": "3.0.21-rc.5",
|
|
"description": "xgplayer plugin for shaka-player",
|
|
"main": "dist/index.min.js",
|
|
"module": "es/index.js",
|
|
"typings": "es/index.d.ts",
|
|
"libd": {
|
|
"umdName": "ShakaPlugin"
|
|
},
|
|
"files": [
|
|
"dist",
|
|
"es"
|
|
],
|
|
"publishConfig": {
|
|
"registry": "https://registry.npmjs.org/",
|
|
"access": "public",
|
|
"tag": "rc"
|
|
},
|
|
"keywords": [
|
|
"mpeg-dash",
|
|
"shaka-player",
|
|
"player",
|
|
"video"
|
|
],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/bytedance/xgplayer.git"
|
|
},
|
|
"unpkgFiles": [
|
|
"dist"
|
|
],
|
|
"author": "zhangxin.frontend@bytedance.com",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"shaka-player": "^2.4.0"
|
|
},
|
|
"peerDependencies": {
|
|
"xgplayer": ">3.0.0-next.0"
|
|
}
|
|
}
|