comparison iframe-resizer/package.json @ 0:ac5f9272033b draft

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