annotate iframe-resizer/component.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 "repo": "davidjbradshaw/iframe-resizer",
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
5 "description": "Keep same and cross domain iFrames sized to their content with support for window/content resizing, and multiple iFrames.",
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
6 "keywords": [
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
7 "Cross",
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
8 "Domain",
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
9 "CrossDomain",
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
10 "Cross-Domain",
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
11 "iFrame",
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
12 "Resizing",
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
13 "Resizer",
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
14 "postMessage",
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
15 "content",
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
16 "resize",
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
17 "height",
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
18 "autoheight",
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
19 "auto-height",
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
20 "iframe-auto-height",
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
21 "height-iframe",
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
22 "heightiframe",
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
23 "width",
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
24 "mutationObserver",
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
25 "RWD",
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
26 "responsive",
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
27 "responsiveiframe",
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
28 "responsiveiframes",
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
29 "responsive-iframe",
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 "dependencies": {},
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
33 "development": {},
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
34 "scripts": [
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
35 "js/iframeResizer.min.js",
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
36 "js/iframeResizer.contentWindow.min.js",
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
37 "src"
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
38 ],
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
39 "license": "MIT"
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
40 }