-
Notifications
You must be signed in to change notification settings - Fork 81
/
Copy pathbootstrapvideoplayer.jquery.json
36 lines (36 loc) · 1.04 KB
/
bootstrapvideoplayer.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
{
"name": "bootstrapvideoplayer",
"title": "Bootstrap video player - jQuery plugin",
"description": "A customizable HTML5 video player plugin for jQuery based on bootstrap UI",
"keywords": [
"html5",
"video",
"css3",
"bootstrap"
],
"version": "1.0.0",
"author": {
"name": "HTML5 Ninja",
"url": "http://html5-ninja.com/"
},
"maintainers": [
{
"name": "Zied Hosni",
"email": "[email protected]",
"url": "http://html5-ninja.com/"
}
],
"licenses": [
{
"type": "MIT",
"url": "http://opensource.org/licenses/MIT"
}
],
"bugs": "https://github.com/html5-ninja/Bootstrap-video-player-jQuery-plugin/issues",
"homepage": "http://html5-ninja.com/item/Bootstrap-video-player-jQuery-plugin/5",
"docs": "http://html5-ninja.com/preview/index/5",
"download": "https://github.com/html5-ninja/Bootstrap-video-player-jQuery-plugin",
"dependencies": {
"jquery": ">=1.7"
}
}