Welcome to mirror list, hosted at ThFree Co, Russian Federation.

.bower.json « iframe-resizer « bower_components « libs - github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 5fe4004c75c8e2c59b7b3dca3c26479ea9c221c3 (plain)
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
{
  "name": "iframe-resizer",
  "version": "3.5.5",
  "homepage": "https://github.com/davidjbradshaw/iframe-resizer",
  "authors": [
    "David J. Bradshaw <dave@bradshaw.net>"
  ],
  "description": "Responsively 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+)",
  "main": [
    "js/iframeResizer.js",
    "js/iframeResizer.contentWindow.js"
  ],
  "keywords": [
    "CrossDomain",
    "Cross-Domain",
    "iFrame",
    "Resizing",
    "Resizer",
    "postMessage",
    "content",
    "resize",
    "height",
    "autoheight",
    "auto-height",
    "iframe-auto-height",
    "height-iframe",
    "heightiframe",
    "width",
    "mutationObserver",
    "RWD",
    "responsive",
    "responsiveiframes",
    "responsive-iframes"
  ],
  "license": "MIT",
  "ignore": [
    "example",
    "test",
    "gruntfile.js",
    "*.md",
    "*.json"
  ],
  "dependencies": {},
  "devDependencies": {},
  "_release": "3.5.5",
  "_resolution": {
    "type": "version",
    "tag": "v3.5.5",
    "commit": "ddfe8e77c1fd7cc36e2b88b057ef2ab04a45c666"
  },
  "_source": "https://github.com/davidjbradshaw/iframe-resizer.git",
  "_target": "~3.5.5",
  "_originalSource": "iframe-resizer",
  "_direct": true
}