forked from davidjbradshaw/iframe-resizer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
34 lines (34 loc) · 967 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
{
"name": "iframe-resizer",
"version": "4.3.2",
"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": ["js/iframeResizer.js", "js/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": {},
"devDependencies": {}
}