@iframe-resizer/core
Version:
Keep iframes sized to their content.
45 lines (44 loc) • 958 B
JSON
{
"name": "@iframe-resizer/core",
"version": "5.4.6",
"license": "GPL-3.0",
"homepage": "https://iframe-resizer.com",
"author": {
"name": "David J. Bradshaw",
"email": "info@iframe-resizer.com"
},
"description": "Keep iframes sized to their content.",
"github": "https://github.com/davidjbradshaw/iframe-resizer",
"repository": {
"type": "git",
"url": "git+https://github.com/davidjbradshaw/iframe-resizer.git"
},
"funding": {
"type": "individual",
"url": "https://iframe-resizer.com/pricing/"
},
"main": "index.cjs.js",
"module": "index.esm.js",
"browser": "index.umd.js",
"keywords": [
"iframe",
"Resizing",
"Resizer",
"resize",
"cross",
"same",
"domain",
"width",
"height",
"postMessage",
"mutationObserver",
"resizeObserver",
"RWD",
"CrossDomain",
"responsive",
"core"
],
"dependencies": {
"auto-console-group": "1.2.9"
}
}