mirror of
https://github.com/wahyd4/cdnjs.git
synced 2026-08-21 10:47:12 +10:00
46 lines
878 B
JSON
46 lines
878 B
JSON
{
|
|
"name": "jplayer",
|
|
"filename": "jquery.jplayer/jquery.jplayer.min.js",
|
|
"version": "2.7.1",
|
|
"description": "The jQuery HTML5 Audio / Video Library",
|
|
"homepage": "http://www.jplayer.org/",
|
|
"keywords": [
|
|
"framework",
|
|
"audio",
|
|
"video",
|
|
"html5"
|
|
],
|
|
"maintainers": [
|
|
{
|
|
"name": "Happyworm",
|
|
"web": "http://www.happyworm.com/"
|
|
}
|
|
],
|
|
"repositories": [
|
|
{
|
|
"type": "git",
|
|
"url": "https://github.com/happyworm/jPlayer.git"
|
|
}
|
|
],
|
|
"dependencies": {
|
|
"jquery": ">1.7.0"
|
|
},
|
|
"licenses": [
|
|
{
|
|
"type": "MIT",
|
|
"url": "http://www.opensource.org/licenses/MIT"
|
|
}
|
|
],
|
|
"autoupdate": {
|
|
"source": "git",
|
|
"target": "git://github.com/happyworm/jPlayer.git",
|
|
"basePath": "",
|
|
"files": [
|
|
"add-on/*",
|
|
"jquery.jplayer/*",
|
|
"popcorn/player/*",
|
|
"skin/*/*"
|
|
]
|
|
}
|
|
}
|