annotate iframe-resizer/package.json @ 9:7300ed4c1481 draft default tip

Uploaded
author saskia-hiltemann
date Mon, 04 Sep 2017 10:49:00 -0400
parents ac5f9272033b
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
1 {
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
2 "name": "iframe-resizer",
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
3 "version": "2.5.0",
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
4 "homepage": "https://github.com/davidjbradshaw/iframe-resizer",
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
5 "authors": [
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
6 "David J. Bradshaw <dave@bradshaw.net>"
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
7 ],
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
8 "maintainers": [
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
9 {
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
10 "name": "David J. Bradshaw",
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
11 "email": "dave@bradshaw.net"
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
12 }
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
13 ],
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
14 "description": "Keep same and cross domain iFrames sized to their content with support for window/content resizing, and multiple iFrames.",
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
15 "repository": {
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
16 "type": "git",
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
17 "url": "https://github.com/davidjbradshaw/iframe-resizer.git"
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
18 },
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
19 "repository": {
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
20 "type": "git",
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
21 "url": "https://github.com/davidjbradshaw/iframe-resizer.git"
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
22 },
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
23 "github": "https://github.com/davidjbradshaw/iframe-resizer",
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
24 "dependencies": {},
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
25 "categories": ["UI", "Utilities"],
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
26 "devDependencies": {
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
27 "grunt": "0.4.x",
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
28 "grunt-contrib-compress": "0.5.x",
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
29 "grunt-contrib-uglify": "~0.2.0",
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
30 "grunt-contrib-jshint": "~0.6.3",
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
31 "grunt-contrib-watch": "~0.5.2",
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
32 "grunt-contrib-qunit": "0.3.0",
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
33 "grunt-text-replace":"0.3.x",
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
34 "grunt-jsonlint":"1.0.x",
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
35 "load-grunt-tasks": "~0.1.0",
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
36 "time-grunt": "0.x.x",
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
37 "grunt-bump": "0.0.x",
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
38 "grunt-shell": "0.6.x",
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
39 "jit-grunt": "0.3.x"
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
40 },
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
41 "jam": {
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
42 "main": "js/iframeresizer.min.js",
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
43 "include": [
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
44 "js",
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
45 "src",
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
46 "README.md"
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
47 ]
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
48 },
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
49 "scripts": {
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
50 "build": "npm install && grunt",
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
51 "test": "grunt test"
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
52 },
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
53 "engines": {
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
54 "node": ">=0.8.0"
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
55 },
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
56 "licenses": [
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
57 {
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
58 "type": "MIT",
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
59 "url": "http://www.opensource.org/licenses/mit-license.php"
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
60 }
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
61 ],
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
62 "keywords": [
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
63 "Cross",
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
64 "Domain",
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
65 "CrossDomain",
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
66 "Cross-Domain",
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
67 "iFrame",
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
68 "Resizing",
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
69 "Resizer",
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
70 "postMessage",
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
71 "content",
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
72 "resize",
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
73 "height",
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
74 "autoheight",
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
75 "auto-height",
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
76 "iframe-auto-height",
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
77 "height-iframe",
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
78 "heightiframe",
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
79 "width",
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
80 "mutationObserver",
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
81 "RWD",
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
82 "responsive",
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
83 "responsiveiframe",
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
84 "responsiveiframes",
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
85 "responsive-iframe",
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
86 "responsive-iframes"
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
87 ]
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
88 }