-
Notifications
You must be signed in to change notification settings - Fork 13
/
jQPlayer.jquery.json
26 lines (26 loc) · 956 Bytes
/
jQPlayer.jquery.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
{
"name": "jQPlayer",
"title": "jQPlayer - HTML 5 Video Player Plugin for jQuery",
"description": "A jQuery plugin to build custom HTML5 video players. The main features of this plugin include the ability to customize the player controls and the ability to choose different quality versions of the same video. ",
"keywords": ["jquery", "jqplayer", "plugins", "html5", "video"],
"version": "0.6.1",
"author": {
"name": "Vinícius Ebersol",
"url": "http://en.vebersol.net"
},
"maintainers": [{
"name": "Vinícius Ebersol",
"url": "https://github.com/vebersol"
}],
"licenses": [{
"type": "MIT",
"url": "http://www.opensource.org/licenses/mit-license.php"
}],
"bugs": "https://github.com/vebersol/jQPlayer/issues",
"homepage": "http://jqplayer.vebersol.net/",
"docs": "https://github.com/vebersol/jQPlayer/#readme",
"download": "https://github.com/vebersol/jQPlayer/archive/master.zip",
"dependencies": {
"jquery": ">=1.5.1"
}
}