UNPKG

wl-iframe-resizer

Version:

Keep same and cross domain iFrames sized to their content with support for window/content resizing, and multiple iFrames.

92 lines (91 loc) 2.51 kB
{ "name": "wl-iframe-resizer", "version": "3.6.11", "homepage": "https://github.com/vpopolin/iframe-resizer", "authors": [ "David J. Bradshaw <dave@bradshaw.net>" ], "maintainers": [ "David J. Bradshaw <dave@bradshaw.net>" ], "description": "Keep same and cross domain iFrames sized to their content with support for window/content resizing, and multiple iFrames.", "repository": { "type": "git", "url": "git+https://github.com/vpopolin/iframe-resizer.git" }, "github": "https://github.com/vpopolin/iframe-resizer", "dependencies": {}, "devDependencies": { "cryptiles": "^4.1.2", "deep-extend": "^0.6.0", "grunt": "~1.0.3", "grunt-bump": "^0.8.0", "grunt-cli": "^1.3.1", "grunt-contrib-clean": "^2.0.0", "grunt-contrib-compress": "~1.4.3", "grunt-contrib-copy": "^1.0.0", "grunt-contrib-jshint": "~2.0.0", "grunt-contrib-qunit": "^2.0.0", "grunt-contrib-uglify": "~4.0.0", "grunt-contrib-watch": "~1.1.0", "grunt-jsonlint": "~1.1.0", "grunt-karma": "^3.0.1", "grunt-karma-coveralls": "^2.5.4", "grunt-shell": "~3.0.1", "hoek": "^6.1.2", "jasmine": "^3.3.1", "jasmine-core": "^3.3.0", "jasmine-jquery": "^2.1.0", "jit-grunt": "~0.10.0", "jquery": "^3.3.1", "karma": "^4.0.0", "karma-chrome-launcher": "^2.2.0", "karma-coverage": "^1.1.2", "karma-firefox-launcher": "^1.1.0", "karma-jasmine": "^2.0.1", "karma-jasmine-jquery": "^0.1.1", "karma-logcapture-reporter": "0.0.1", "karma-phantomjs-launcher": "^1.0.4", "karma-requirejs": "^1.1.0", "karma-safari-launcher": "^1.0.0", "karma-verbose-summary-reporter": "0.0.1", "load-grunt-tasks": "~4.0.0", "lodash": "^4.17.11", "minimatch": "^3.0.4", "phantomjs": "^2.1.7", "requirejs": "^2.3.6", "time-grunt": "^2.0.0" }, "main": "index.js", "scripts": { "build": "npm install && grunt", "build_ci": "npm install && grunt travis", "test": "grunt travis" }, "engines": { "node": ">=0.8.0" }, "license": "MIT", "keywords": [ "CrossDomain", "Cross-Domain", "iFrame", "Resizing", "Resizer", "postMessage", "autoheight", "auto-height", "iframe-auto-height", "height-iframe", "heightiframe", "width", "mutationObserver", "RWD", "responsiveiframes", "responsive-iframes", "jquery-plugin" ], "bugs": { "url": "https://github.com/vpopolin/iframe-resizer/issues" } }