forked from pupunzi/jquery.mb.YTPlayer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathjquery.mb.YTPlayer.jquery.json
44 lines (44 loc) · 1.24 KB
/
jquery.mb.YTPlayer.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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
{
"name": "jquery.mb.YTPlayer",
"title": "jQuery mb.YTPlayer",
"description": "This plugin let you play any public YouTube video as background of your page. It can also be used as a customized player in page.",
"keywords": [
"video",
"Youtube",
"background",
"HTML5",
"player",
"custom"
],
"version": "2.5.7",
"author": {
"name": "Pupunzi (Matteo Bicocchi)",
"email": "matteo@open-lab.com",
"url": "http://pupunzi.com"
},
"maintainers": [
{
"name": "Pupunzi (Matteo Bicocchi)",
"email": "matteo@open-lab.com",
"url": "http://pupunzi.open-lab.com"
}
],
"licenses": [
{
"type": "MIT",
"url": "https://github.com/pupunzi/jquery.mb.YTPlayer/blob/master/licences/MIT-LICENSE.txt"
},
{
"type": "GPL",
"url": "https://github.com/pupunzi/jquery.mb.YTPlayer/blob/master/licences/GPL-LICENSE.txt"
}
],
"bugs": "https://github.com/pupunzi/jquery.mb.YTPlayer/issues",
"homepage": "http://pupunzi.open-lab.com/mb-jquery-components/jquery-mb-ytplayer/",
"demo": "http://pupunzi.com/#mb.components/mb.YTPlayer/YTPlayer.html",
"docs": "https://github.com/pupunzi/jquery.mb.YTPlayer/wiki",
"download": "http://pupunzi.open-lab.com/mb-jquery-components/jquery-mb-ytplayer/",
"dependencies": {
"jquery": ">=1.8"
}
}