mirror of
https://github.com/langyuxiansheng/vue-aliplayer-v2.git
synced 2025-04-06 03:57:55 +08:00
34 lines
1.2 KiB
JSON
34 lines
1.2 KiB
JSON
{
|
|
"name": "vue-aliplayer-v2",
|
|
"version": "1.2.7",
|
|
"author": "yxs",
|
|
"description": "感谢每一位支持开源的朋友. 这是一个基于Alipayer 开发并封装成vue组件的集成播放器.可播放rtmp,m3u8,mp4....视频.除支持直播流与点播的基础功能外,也支持视频的加密播放、清晰度切换、直播时移等业务场景",
|
|
"main": "lib/vue-aliplayer-v2.umd.min.js",
|
|
"private": false,
|
|
"license": "MIT",
|
|
"scripts": {
|
|
"dev": "vue-cli-service serve",
|
|
"build": "vue-cli-service build",
|
|
"lint": "vue-cli-service lint",
|
|
"lib": "vue-cli-service build --target lib --name vue-aliplayer-v2 --dest lib packages/index.js"
|
|
},
|
|
"dependencies": {
|
|
"core-js": "^2.6.5",
|
|
"vue": "^2.6.10"
|
|
},
|
|
"devDependencies": {
|
|
"@vue/cli-plugin-babel": "^3.8.0",
|
|
"@vue/cli-plugin-eslint": "^3.8.0",
|
|
"@vue/cli-service": "^3.8.0",
|
|
"babel-eslint": "^10.0.1",
|
|
"eslint": "^5.16.0",
|
|
"eslint-plugin-vue": "^5.0.0",
|
|
"less": "^3.9.0",
|
|
"less-loader": "^5.0.0",
|
|
"vue-template-compiler": "^2.6.10"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git@github.com:langyuxiansheng/vue-aliplayer-v2.git"
|
|
}
|
|
} |