annotate iframe-resizer/bower.json @ 7:0f2b740536fb draft

Uploaded
author saskia-hiltemann
date Mon, 21 Aug 2017 09:16:07 -0400
parents ac5f9272033b
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
1 {
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
2 "name": "iframe-resizer",
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
3 "version": "2.5.0",
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
4 "homepage": "https://github.com/davidjbradshaw/iframe-resizer",
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
5 "authors": [
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
6 "David J. Bradshaw <dave@bradshaw.net>"
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
7 ],
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
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+)",
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
9 "main": "js/iframeResizer.min.js",
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
10 "keywords": [
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
11 "CrossDomain",
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
12 "Cross-Domain",
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
13 "iFrame",
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
14 "Resizing",
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
15 "Resizer",
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
16 "postMessage",
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
17 "content",
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
18 "resize",
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
19 "height",
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
20 "autoheight",
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
21 "auto-height",
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
22 "iframe-auto-height",
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
23 "height-iframe",
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
24 "heightiframe",
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
25 "width",
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
26 "mutationObserver",
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
27 "RWD",
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
28 "responsive",
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
29 "responsiveiframes",
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
30 "responsive-iframes"
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
31 ],
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
32 "license": "MIT",
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
33 "ignore": [
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
34 "example",
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
35 "test",
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
36 "gruntfile.js",
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
37 "*.md",
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
38 "*.json"
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
39 ],
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
40 "dependencies": {}
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
41 }