Files
cdnjs/ajax/libs/jplayer/package.json
T
2014-09-20 11:14:35 +08:00

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/*/*"
]
}
}