{
    "name": "jquery-prefetch",
    "title": "jQuery Prefetch - Lightweight Image and Background Preloader",
    "version": "0.1.4",
    "description": "Prefetch is a lightweight image, list and background preloader for jQuery. Just give them a list of images or elements and the plugin will load every image for you.",
    "homepage": "http://jquery.eisbehr.de/prefetch/",
    "author":
    {
        "name": "Daniel 'Eisbehr' Kern",
        "email": "jquery@eisbehr.de",
        "url": "http://eisbehr.de/"
    },
    "repository":
    {
        "type": "git",
        "url": "git@github.com:dkern/jquery.prefetch.git"
    },
    "bugs": "http://github.com/dkern/jquery.prefetch/issues",
    "keywords":
    [
        "prefetch",
        "preload",
        "preloader",
        "load",
        "loader",
        "image",
        "images",
        "background",
        "delay",
        "delayed",
        "jquery",
        "jquery-plugin"
    ],
    "licenses":
    [
        {
            "type": "MIT",
            "url": "http://www.opensource.org/licenses/mit-license.php"
        },
        {
            "type": "GPL-2.0",
            "url": "http://www.gnu.org/licenses/gpl-2.0.html"
        }
    ],
    "engines":
    {
        "node": "*"
    },
    "dependencies":
    {
        "jquery": ">=1.3.0"
    }
}