forked from davidjbradshaw/iframe-resizer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
41 lines (41 loc) · 976 Bytes
/
bower.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
39
40
41
{
"name": "iframe-resizer",
"version": "2.8.3",
"homepage": "https://github.com/davidjbradshaw/iframe-resizer",
"authors": [
"David J. Bradshaw <[email protected]>"
],
"description": "Responsively keep same and cross domain iFrames sized to their content with support for window/content resizing, multiple and nested iFrames. (Dependacy free and works with IE8+)",
"main": ["src/iframeResizer.js", "src/iframeResizer.contentWindow.js"],
"keywords": [
"CrossDomain",
"Cross-Domain",
"iFrame",
"Resizing",
"Resizer",
"postMessage",
"content",
"resize",
"height",
"autoheight",
"auto-height",
"iframe-auto-height",
"height-iframe",
"heightiframe",
"width",
"mutationObserver",
"RWD",
"responsive",
"responsiveiframes",
"responsive-iframes"
],
"license": "MIT",
"ignore": [
"example",
"test",
"gruntfile.js",
"*.md",
"*.json"
],
"dependencies": {}
}