30 Star 138 Fork 33

slacrey / vue-aliplayer

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
package.json 956 Bytes
AI 代码解读
一键复制 编辑 原始数据 按行查看 历史
slacrey 提交于 2020-06-12 23:01 . 升级阿里播放器SDK为最新版
{
"name": "vue-aliplayer",
"version": "1.0.0",
"description": "A Vue 2.x video player component based on AliPlayer",
"main": "dist/vue-aliplayer.js",
"files": [
"dist"
],
"scripts": {
"test": "echo test",
"build:dev": "vbuild -c vbuild.dev.js",
"build": "npm run build:cjs && npm run build:umd",
"build:cjs": "vbuild -c vbuild.build.js --format cjs",
"build:umd": "vbuild -c vbuild.build.js --format umd",
"dev": "vbuild -c vbuild.dev.js -d"
},
"repository": {
"type": "git",
"url": "git+https://github.com/slacrey/vue-aliplayer.git"
},
"keywords": [
"vue",
"aliplayer"
],
"author": "linfeng (237242115@qq.com)",
"license": "MIT",
"bugs": {
"url": "https://github.com/slacrey/vue-aliplayer/issues"
},
"homepage": "https://github.com/slacrey/vue-aliplayer#readme",
"devDependencies": {
"vbuild": "^6.0.0"
},
"dependencies": {
"vue-github-badge": "^1.0.0"
}
}
NodeJS
1
https://gitee.com/slacrey/vue-aliplayer.git
git@gitee.com:slacrey/vue-aliplayer.git
slacrey
vue-aliplayer
vue-aliplayer
master

搜索帮助