-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 935 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 935 Bytes
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
{
"name": "set-iframe-height",
"version": "2.1.1",
"description": "cross-domain responsive iframes: automatically set iframe height to fit iframe content",
"keywords": [
"iframe",
"responsive"
],
"main": "src/set-iframe-height-parent.js",
"scripts": {
"start": "npm run dev",
"dev": "gulp watch",
"deploy": "gulp publish"
},
"devDependencies": {
"babel-core": "^6.26.0",
"babel-preset-env": "^1.6.1",
"gulp": "^3.9.1",
"gulp-babel": "^7.0.0",
"gulp-clean": "~0.3",
"gulp-gh-pages": "^0.5.4",
"gulp-rename": "~1.2",
"gulp-uglify": "~3.0",
"run-sequence": "^2.2.0"
},
"repository": {
"type": "git",
"url": "https://github.com/FaiblUG/setIframeHeight.git"
},
"author": "Jonas Fischer-Maeck <info@jonasfischer.net> (https://www.jonasfischer.net)",
"license": "MIT",
"bugs": {
"url": "https://github.com/FaiblUG/setIframeHeight/issues"
}
}