annotate iframe-resizer/iframeResizer.jquery.json @ 9:7300ed4c1481 draft default tip

Uploaded
author saskia-hiltemann
date Mon, 04 Sep 2017 10:49:00 -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": "iframeResizer",
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
3 "title": "Iframe Resizer",
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
4 "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
5 "keywords": [
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
6 "Cross-Domain",
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
7 "iFrame",
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
8 "Resizing",
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
9 "Resizer",
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
10 "postMessage",
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
11 "content",
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
12 "height",
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
13 "autoheight",
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
14 "auto-height",
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
15 "width",
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
16 "mutationObserver",
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
17 "RWD",
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
18 "responsive"
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
19 ],
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
20 "version": "2.5.0",
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
21 "author": {
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
22 "name": "David J. Bradshaw",
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
23 "email": "davidjbradshaw+github@gmail.com"
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
24 },
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
25 "maintainers": [{
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
26 "name": "David J. Bradshaw",
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
27 "email": "davidjbradshaw+github@gmail.com"
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
28 }
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
29 ],
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
30 "licenses": [{
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
31 "type": "MIT",
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
32 "url": "https://github.com/jquery/jquery-color/blob/2.1.2/MIT-LICENSE.txt"
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
33 }
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
34 ],
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
35 "bugs": "https://github.com/davidjbradshaw/iframe-resizer/issues",
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
36 "homepage": "http://davidjbradshaw.github.io/iframe-resizer/",
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
37 "docs": "https://github.com/davidjbradshaw/iframe-resizer",
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
38 "dependencies": {
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
39 "jquery": ">=1.0"
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
40 }
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
41 }