forked from house9/jquery-iframe-auto-height
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json.jquery
53 lines (53 loc) · 1.31 KB
/
package.json.jquery
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
{
"name": "iframe-auto-height",
"version": "1.5.0",
"title": "jQuery.iframeAutoHeight()",
"author": {
"name": "Jesse House",
"url": "https://github.com/house9"
},
"licenses": [
{
"type": "The Unlicense",
"url": "http://unlicense.org"
}
],
"dependencies": {
"jquery": "~1.4.3"
},
"description": "The plugin will resize an iframe to the height of its contents",
"keywords": [
"iframe",
"height"
],
"homepage": "https://github.com/house9/jquery-iframe-auto-height",
"contributors": [
{
"name": "NATHAN SMITH",
"url": "http://sonspring.com/"
},
{
"name": "aaron manela",
"url": "https://github.com/aaronmanela"
},
{
"name": "Hideki Abe",
"url": "https://github.com/hideki-a"
},
{
"name": "Patrick Clark",
"url": "https://github.com/hellopat"
},
{
"name": "ChristineP2",
"url": "https://github.com/ChristineP2"
},
{
"name": "Mmjavellana",
"url": "https://github.com/Mmjavellana"
}
],
"files": [
"release/jquery.iframe-auto-height.js"
]
}