加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
composer.json 937 Bytes
一键复制 编辑 原始数据 按行查看 历史
{
"name": "happyworm/jplayer",
"description": "jPlayer allows you to create a media player with a consistent interface and experience across all browsers.",
"type": "component",
"homepage": "http://jplayer.org/",
"license": "MIT",
"keywords": [
"audio",
"video",
"media",
"player",
"jplayer",
"html5",
"streaming"
],
"authors": [
{
"name": "Mark J Panaghiston",
"email": "markp@happyworm.com"
}
],
"require": {
"robloach/component-installer": "*"
},
"suggest": {
"components/jquery": ">=1.7.2"
},
"extra": {
"component": {
"scripts": [
"dist/jplayer/jquery.jplayer.js"
],
"files": [
"dist"
],
"shim": {
"deps": ["jquery"]
}
}
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化