{
    "name": "browser",
    "title": "jQuery Browser",
    "description": "A jQuery plugin for browser detection.",
    "keywords": [
        "browser",
        "detection",
        "mobile",
        "html5",
        "support"
    ],
    "version": "0.0.5",
    "author": {
        "name": "Gabriel Cebrian. Initial implementation by the jQuery Team",
        "url": "https://github.com/gabceb/jquery-browser-plugin/wiki/Authors"
    },
    "maintainers": [
        {
            "name": "Gabriel Cebrian",
            "email": "gabceb@gmail.com",
            "url": "http://about.me/gabceb"
        }
    ],
    "licenses": [
        {
            "type": "MIT",
            "url": "http://opensource.org/licenses/MIT"
        }
    ],
    "bugs": "https://github.com/gabceb/jquery-browser-plugin/issues",
    "homepage": "https://github.com/gabceb/jquery-browser-plugin",
    "docs": "https://github.com/gabceb/jquery-browser-plugin",
    "download": "https://github.com/gabceb/jquery-browser-plugin",
    "dependencies": {
        "jquery": ">=1.5"
    }
}