Files
CRM/libraries/jquery/lazyYT/lazyYT.jquery.json
BACHIR SOULDI 2794e62571 first commit
2025-09-28 08:49:37 +01:00

30 lines
814 B
JSON

{
"name": "lazyYT",
"title": "lazyYT",
"description": "A jQuery plugin to lazy load those darn slow Youtube iframe videos",
"keywords": [
"jQuery",
"lazy",
"load",
"youtube"
],
"version": "0.3.1",
"author": {
"name": "Tyler Pearson",
"url": "http://tylerp.me"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/tylerpearson/lazyYT/blob/master/LICENSE"
}
],
"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"
}
}