comparison js/bt/other_libs/bgiframe_2.1.1/META.json @ 18:0d557e6e73f7

Added beautytips and some additional event handling code to the library.
author David Eads <eads@chicagotech.org>
date Fri, 06 Mar 2009 14:11:46 -0600
parents
children
comparison
equal deleted inserted replaced
17:1a77f87927dd 18:0d557e6e73f7
1 {
2 "name": "jQuery-bgiframe",
3 "version": 2.1,
4 "author": [
5 "Brandon Aaron <brandon.aaron@gmail.com>"
6 ],
7 "abstract": "jQuery plugin for fixing z-index issues in IE6",
8 "license": "mit, gpl",
9 "distribution_type": "plugin",
10 "requires": {
11 "jQuery": ">=1.0.3"
12 },
13 "provides": {
14 "jQuery.bgiframe": {
15 "version": 2.1,
16 "file": "jquery.bgiframe.js"
17 }
18 },
19 "keywords": [
20 "iframe",
21 "hack",
22 "zIndex",
23 "z-index",
24 "ie6"
25 ],
26 "stability": "Official",
27 "meta-spec": {
28 "version": 1.3,
29 "url": "http://module-build.sourceforge.net/META-spec-v1.3.html"
30 },
31 "generated_by": "Brandon Aaron"
32 }