forked from hansoninc/jquery-smart-vimeo-embed
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsmartvimeoembed.jquery.json
37 lines (37 loc) · 972 Bytes
/
smartvimeoembed.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": "smartvimeoembed",
"title": "jQuery Smart Vimeo Embed",
"description": "Add Vimeo videos to your website using only their ID. Automatically retrieves the video thumbnail, and only loads videos when they are clicked, maximizing page performance.",
"keywords": [
"jquery",
"vimeo",
"video",
"performance",
"thumbnail",
"automatic",
"embed"
],
"version": "1.1.1",
"author": {
"name": "Warren L. Parsons",
"url": "http://hansoninc.com"
},
"maintainers": [
{
"name": "Warren L. Parsons",
"email": "wparsons@gmail.com",
"url": "http://hansoninc.com"
}
],
"licenses": [
{
"type": "MIT",
"url": "https://github.com/hansoninc/jquery-smart-vimeo-embed/blob/master/LICENSE"
}
],
"homepage": "https://github.com/hansoninc/jquery-smart-vimeo-embed",
"docs": "https://github.com/hansoninc/jquery-smart-vimeo-embed",
"download": "https://github.com/hansoninc/jquery-smart-vimeo-embed",
"dependencies": {
"jquery": ">=1.7"}
}