forked from davidjbradshaw/iframe-resizer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
132 lines (132 loc) · 4.01 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
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
{
"name": "iframe-resizer",
"version": "4.3.2",
"homepage": "https://github.com/davidjbradshaw/iframe-resizer",
"authors": [
"David J. Bradshaw <[email protected]>"
],
"maintainers": [
{
"name": "David J. Bradshaw",
"email": "[email protected]"
}
],
"scripts": {
"build": "npm install && grunt",
"eslint": "eslint *.js src/* --color",
"eslint:fix": "npm run eslint -- --fix",
"test-watch": "grunt test-watch",
"test": "grunt travis"
},
"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",
"funding": {
"type": "individual",
"url": "https://github.com/davidjbradshaw/iframe-resizer/blob/master/FUNDING.md"
},
"devDependencies": {
"cosmiconfig": "^7.0.1",
"cryptiles": "^4.1.3",
"deep-extend": "^0.6.0",
"eslint": "^8.19.0",
"eslint-config-adjunct": "^4.11.2",
"eslint-config-airbnb-babel": "^0.2.2",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-auto": "^0.7.3",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-array-func": "^3.1.7",
"eslint-plugin-compat": "^4.0.2",
"eslint-plugin-eslint-comments": "^3.2.0",
"eslint-plugin-html": "^6.2.0",
"eslint-plugin-ie11": "^1.0.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jasmine": "^4.1.3",
"eslint-plugin-json": "^3.1.0",
"eslint-plugin-json-format": "^2.0.1",
"eslint-plugin-lodash": "^7.4.0",
"eslint-plugin-lodash-fp": "^2.2.0-a1",
"eslint-plugin-markdown": "^2.2.1",
"eslint-plugin-no-constructor-bind": "^2.0.4",
"eslint-plugin-no-secrets": "^0.8.9",
"eslint-plugin-no-unsanitized": "^4.0.1",
"eslint-plugin-no-use-extend-native": "^0.5.0",
"eslint-plugin-only-error": "^1.0.2",
"eslint-plugin-optimize-regex": "^1.2.1",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-promise": "^6.0.0",
"eslint-plugin-qunit": "^7.3.0",
"eslint-plugin-scanjs-rules": "^0.2.1",
"eslint-plugin-security": "^1.5.0",
"eslint-plugin-simple-import-sort": "^7.0.0",
"eslint-plugin-sonarjs": "^0.13.0",
"eslint-plugin-switch-case": "^1.1.2",
"eslint-plugin-unicorn": "^43.0.1",
"grunt": "^1.5.3",
"grunt-bump": "^0.8.0",
"grunt-cli": "^1.4.3",
"grunt-contrib-clean": "^2.0.1",
"grunt-contrib-compress": "~2.0.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-jshint": "~3.2.0",
"grunt-contrib-qunit": "^2.0.0",
"grunt-contrib-uglify": "^5.2.2",
"grunt-contrib-watch": "~1.1.0",
"grunt-eslint": "^24.0.0",
"grunt-jsonlint": "~2.1.3",
"grunt-karma": "^4.0.2",
"grunt-karma-coveralls": "^2.5.4",
"grunt-shell": "~4.0.0",
"hoek": "^6.1.3",
"jasmine": "^4.2.1",
"jasmine-core": "^4.2.0",
"jasmine-jquery": "^2.1.1",
"jit-grunt": "~0.10.0",
"jquery": "^3.6.0",
"karma": "^6.4.0",
"karma-chrome-launcher": "^3.1.1",
"karma-coverage": "^2.2.0",
"karma-firefox-launcher": "^2.1.2",
"karma-jasmine": "^5.1.0",
"karma-jasmine-jquery": "^0.1.1",
"karma-logcapture-reporter": "0.0.1",
"karma-phantomjs-launcher": "^1.0.4",
"karma-requirejs": "^1.1.0",
"karma-safari-launcher": "^1.0.0",
"karma-verbose-summary-reporter": "0.0.1",
"load-grunt-tasks": "~5.1.0",
"lodash": "^4.17.21",
"minimatch": "^5.1.0",
"phantomjs": "^2.1.7",
"prettier": "^2.7.1",
"requirejs": "^2.3.6",
"time-grunt": "^2.0.0"
},
"main": "index.js",
"engines": {
"node": ">=0.8.0"
},
"license": "MIT",
"keywords": [
"CrossDomain",
"Cross-Domain",
"iFrame",
"Resizing",
"Resizer",
"postMessage",
"autoheight",
"auto-height",
"iframe-auto-height",
"height-iframe",
"heightiframe",
"width",
"mutationObserver",
"RWD",
"responsiveiframes",
"responsive-iframes",
"jquery-plugin"
]
}