-
Notifications
You must be signed in to change notification settings - Fork 27
/
vimeoapi.jquery.json
38 lines (38 loc) · 938 Bytes
/
vimeoapi.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
{
"name": "vimeo-api",
"title": "A jQuery plugin to easily control Vimeo videos through their API.",
"description": "A jQuery plugin to easily control Vimeo videos through their API.",
"version": "0.10.3",
"homepage": "https://github.com/jrue/Vimeo-jQuery-API",
"author": {
"name": "Jeremy Rue",
"email": "jrue@berkeley.edu"
},
"repository": {
"type": "git",
"url": "git://github.com/jrue/Vimeo-jQuery-API"
},
"bugs": "https://github.com/jrue/Vimeo-jQuery-API/issues",
"docs": "https://github.com/jrue/Vimeo-jQuery-API#readme",
"licenses": [
{
"type": "MIT",
"url": "https://github.com/jrue/Vimeo-jQuery-API/blob/master/LICENSE"
}
],
"dependencies": {
"jquery": ">=1.7"
},
"keywords": [
"video",
"vimeo",
"iframe",
"api",
"javascript",
"jquery-plugin"
],
"files": [
"dist/jquery.vimeo.api.js",
"dist/jquery.vimeo.api.min.js"
]
}