forked from davidjbradshaw/iframe-resizer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
79 lines (79 loc) · 1.77 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
{
"name": "iframe-resizer",
"version": "2.8.3",
"homepage": "https://github.com/davidjbradshaw/iframe-resizer",
"authors": [
"David J. Bradshaw <dave@bradshaw.net>"
],
"maintainers": [
{
"name": "David J. Bradshaw",
"email": "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": "https://github.com/davidjbradshaw/iframe-resizer.git"
},
"github": "https://github.com/davidjbradshaw/iframe-resizer",
"dependencies": {},
"categories": [
"UI",
"Utilities"
],
"devDependencies": {
"grunt": "0.4.x",
"grunt-bump": "0.0.x",
"grunt-contrib-compress": "0.5.x",
"grunt-contrib-jshint": "~0.6.3",
"grunt-contrib-qunit": "0.3.0",
"grunt-contrib-uglify": "0.4.x",
"grunt-contrib-watch": "~0.5.2",
"grunt-jsonlint": "1.0.x",
"grunt-shell": "0.6.x",
"jit-grunt": "0.3.x",
"load-grunt-tasks": "~0.1.0",
"time-grunt": "0.x.x"
},
"scripts": {
"build": "npm install && grunt",
"test": "grunt test"
},
"engines": {
"node": ">=0.8.0"
},
"licenses": [
{
"type": "MIT",
"url": "http://www.opensource.org/licenses/mit-license.php"
}
],
"keywords": [
"Cross",
"Domain",
"CrossDomain",
"Cross-Domain",
"iFrame",
"Resizing",
"Resizer",
"postMessage",
"content",
"resize",
"height",
"autoheight",
"auto-height",
"iframe-auto-height",
"height-iframe",
"heightiframe",
"width",
"mutationObserver",
"RWD",
"responsive",
"responsiveiframe",
"responsiveiframes",
"responsive-iframe",
"responsive-iframes",
"jquery-plugin"
]
}