2023-04-25 13:25:59 +02:00

35 lines
967 B
JSON
Executable File

{
"name": "iframe-resizer",
"version": "4.3.2",
"homepage": "https://github.com/davidjbradshaw/iframe-resizer",
"authors": ["David J. Bradshaw <dave@bradshaw.net>"],
"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": {}
}