{
    "name": "toolbar",
    "title": "Toolbar",
    "description": "A jQuery plugin that creates tooltip style toolbars.",
    "keywords": [
        "toolbar",
        "tooltip"
    ],
    "version": "1.1.0",
    "author": {
        "name": "Paul Kinzett",
        "url": "http://kinzett.co.nz"
    },
    "licenses": [
        {
            "type": "MIT",
            "url": "http://github.com/paulkinzett/toolbar/blob/master/LICENSE.txt"
        }
    ],
    "homepage": "http://paulkinzett.github.com/toolbar",
    "docs": "http://paulkinzett.github.com/toolbar",
    "dependencies": {
        "jquery": ">=1.7"
    }
}