1 Star 0 Fork 33

Kayaba/vue-aliplayer

forked from slacrey/vue-aliplayer 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
package.json 958 Bytes
一键复制 编辑 原始数据 按行查看 历史
slacrey 提交于 2017-10-26 00:12 . 修改版本
{
"name": "vue-aliplayer",
"version": "0.0.2",
"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"
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
NodeJS
1
https://gitee.com/kayaba1234/vue-aliplayer.git
git@gitee.com:kayaba1234/vue-aliplayer.git
kayaba1234
vue-aliplayer
vue-aliplayer
master

搜索帮助