@qier-player/react
Version:
Easy to use and powerful html5 player for react.
43 lines (42 loc) • 945 B
JSON
{
"name": "@qier-player/react",
"version": "2.0.3",
"description": "Easy to use and powerful html5 player for react.",
"main": "dist/es/index.js",
"module": "dist/es/index.js",
"types": "dist/es/index.d.ts",
"author": "vortesnail <1091331061@qq.com>",
"files": [
"dist"
],
"repository": {
"type": "git",
"url": "https://github.com/vortesnail/qier-player.git"
},
"keywords": [
"video",
"player",
"htm5-video",
"video-player",
"react",
"html5-video-player",
"react",
"react-player"
],
"bugs": {
"url": "https://github.com/vortesnail/qier-player/issues"
},
"homepage": "https://github.com/vortesnail/qier-player",
"license": "MIT",
"publishConfig": {
"registry": "https://registry.npmjs.org/",
"access": "public"
},
"umdDefault": true,
"peerDependencies": {
"qier-player": "2.0.3"
},
"devDependencies": {
"@types/react": "^17.0.19"
}
}