{
    "name": "fullscreen",
    "title": "jQuery Fullscreen Plugin",
    "description": "This jQuery plugin provides a simple to use mechanism to control the new fullscreen mode of modern browsers. Currently only newer Webkit-based browsers (Like Chrome) and Firefox provide this new fullscreen feature.",
    "keywords": [
        "fullscreen"
    ],
    "version": "1.1.4",
    "author": {
        "name": "Klaus Reimer",
        "email": "k@ailis.de"
    },
    "licenses": [
        {
            "type": "MIT",
            "url": "https://github.com/kayahr/jquery-fullscreen-plugin/blob/master/LICENSE.txt"
        }
    ],
    "bugs": "https://github.com/kayahr/jquery-fullscreen-plugin/issues",
    "homepage": "https://github.com/kayahr/jquery-fullscreen-plugin",
    "docs": "https://github.com/kayahr/jquery-fullscreen-plugin",
    "dependencies": {
        "jquery": ">=1.5"
    }
}