| 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 |
} |
| 33 |
|