diff iframe-resizer/bower.json @ 0:ac5f9272033b draft

first upload
author saskia-hiltemann
date Tue, 01 Jul 2014 11:42:23 -0400
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/iframe-resizer/bower.json	Tue Jul 01 11:42:23 2014 -0400
@@ -0,0 +1,41 @@
+{
+  "name": "iframe-resizer",
+  "version": "2.5.0",
+  "homepage": "https://github.com/davidjbradshaw/iframe-resizer",
+  "authors": [
+    "David J. Bradshaw <dave@bradshaw.net>"
+  ],
+  "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+)",
+  "main": "js/iframeResizer.min.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": {}
+}