forked from house9/jquery-iframe-auto-height
-
Notifications
You must be signed in to change notification settings - Fork 0
/
iframe-auto-height.jquery.json
32 lines (32 loc) · 1.08 KB
/
iframe-auto-height.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
{
"name": "iframe-auto-height",
"title": "jQuery iframe auto height plugin",
"description": "The plugin will resize an iframe to the height of its contents. It will NOT work if the iframe contains a page from another domain. If using jquery 1.9 or up jquery.browser.js is also required.",
"keywords": [
"iframe"
],
"version": "1.9.3",
"author": {
"name": "Jesse House"
},
"maintainers": [
{
"name": "Jesse House",
"url": "http://house9.blogspot.com"
}
],
"licenses": [
{
"type": "Unlicense",
"url": "http://unlicense.org/"
}
],
"bugs": "https://github.com/house9/jquery-iframe-auto-height/issues",
"homepage": "https://github.com/house9/jquery-iframe-auto-height",
"docs": "https://github.com/house9/jquery-iframe-auto-height/blob/master/README.markdown",
"download": "https://github.com/house9/jquery-iframe-auto-height/tree/master/release",
"dependencies": {
"jquery": "1.4 - 1.8 || 1.9",
"jquery.browser.js": "0"
}
}