forked from vodkabears/Vide
-
Notifications
You must be signed in to change notification settings - Fork 0
/
vide.jquery.json
39 lines (39 loc) · 1.02 KB
/
vide.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
{
"name": "vide",
"title": "Vide",
"description": "Easy as hell jQuery plugin for video backgrounds.",
"keywords": [
"jquery",
"video",
"background",
"ui",
"responsive",
"declarative"
],
"version": "0.1.0",
"author": {
"name": "Ilya Makarov",
"email": "[email protected]",
"url": "http://vodkabears.github.io/"
},
"maintainers": [
{
"name": "Ilya Makarov",
"email": "[email protected]",
"url": "http://vodkabears.github.io/"
}
],
"licenses": [
{
"type": "MIT",
"url": "https://github.com/VodkaBears/Vide/blob/master/MIT-LICENSE"
}
],
"bugs": "https://github.com/VodkaBears/Vide/issues",
"homepage": "http://vodkabears.github.io/vide/",
"docs": "https://github.com/VodkaBears/Vide#readme",
"download": "https://github.com/VodkaBears/Vide/archive/master.zip",
"dependencies": {
"jquery": ">=1.11.0"
}
}