0
|
1 {
|
|
2 "name": "iframe-resizer",
|
|
3 "version": "2.5.0",
|
|
4 "homepage": "https://github.com/davidjbradshaw/iframe-resizer",
|
|
5 "authors": [
|
|
6 "David J. Bradshaw <dave@bradshaw.net>"
|
|
7 ],
|
|
8 "description": "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+)",
|
|
9 "main": "js/iframeResizer.min.js",
|
|
10 "keywords": [
|
|
11 "CrossDomain",
|
|
12 "Cross-Domain",
|
|
13 "iFrame",
|
|
14 "Resizing",
|
|
15 "Resizer",
|
|
16 "postMessage",
|
|
17 "content",
|
|
18 "resize",
|
|
19 "height",
|
|
20 "autoheight",
|
|
21 "auto-height",
|
|
22 "iframe-auto-height",
|
|
23 "height-iframe",
|
|
24 "heightiframe",
|
|
25 "width",
|
|
26 "mutationObserver",
|
|
27 "RWD",
|
|
28 "responsive",
|
|
29 "responsiveiframes",
|
|
30 "responsive-iframes"
|
|
31 ],
|
|
32 "license": "MIT",
|
|
33 "ignore": [
|
|
34 "example",
|
|
35 "test",
|
|
36 "gruntfile.js",
|
|
37 "*.md",
|
|
38 "*.json"
|
|
39 ],
|
|
40 "dependencies": {}
|
|
41 }
|