@nicecode/player
Version:
nicecode视频播放器
39 lines • 841 B
JSON
{
"name": "@nicecode/player",
"version": "0.3.0",
"description": "nicecode视频播放器",
"keywords": [
"视频播放器",
"nicecode",
"player"
],
"author": "nicecoder",
"homepage": "https://github.com/nicecoders/nicecode",
"license": "MIT",
"sideEffects": [
"dist/*",
"es/**/style/*",
"*.less"
],
"module": "es/index.js",
"typings": "es/index.d.ts",
"files": [
"es"
],
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nicecoders/nicecode.git"
},
"bugs": {
"url": "https://github.com/nicecoders/nicecode/issues"
},
"dependencies": {
"xgplayer": "^2.31.6",
"xgplayer-music": "^2.3.2"
},
"gitHead": "4c134f643932a0a229a0228e784673414dc965af"
}