forked from tylerpearson/lazyYT
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlazyYT.jquery.json
37 lines (37 loc) · 958 Bytes
/
lazyYT.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
{
"name": "lazyYT",
"title": "lazyYT",
"description": "A jQuery plugin to lazy load those darn slow Youtube iframe videos",
"keywords": [
"jQuery",
"lazy",
"load",
"youtube"
],
"version": "1.0.1",
"author": {
"name": "Tyler Pearson",
"url": "http://tylerp.me"
},
"maintainers": [
{
"name": "Daugilas Kakaras",
"email": "daugilas@gmail.com",
"url": "http://daugilas.com"
}
],
"licenses": [
{
"type": "CC",
"url": "http://creativecommons.org/licenses/by-sa/4.0/"
}
],
"bugs": "https://github.com/tylerpearson/lazyYT/issues",
"homepage": "https://github.com/tylerpearson/lazyYT",
"docs": "https://github.com/tylerpearson/lazyYT",
"download": "https://github.com/tylerpearson/lazyYT",
"demo" : "http://tylerp.me/lazyYT/",
"dependencies": {
"jquery": ">=1.8"
}
}