{
    "name": "hashchange",
    "title": "jQuery Hashchange",
    "description": "A plugin which allows to bind callbacks to custom window.location.hash (uri fragment id) values.",
    "keywords": [
        "jquery",
        "plugins",
        "hashchange",
        "hash",
        "event",
        "callback",
        "url",
        "hashbang",
        "fragment"
    ],
    "version": "1.0.0",
    "author": {
        "name": "Andrey Popelo",
        "email": "andrey@popelo.com",
        "url": "https://github.com/apopelo"
    },
    "maintainers": [
        {
            "name": "Andrey Popelo",
            "email": "andrey@popelo.com",
            "url": "https://github.com/apopelo"
        }
    ],
    "licenses": [
        {
            "type": "MIT",
            "url": "http://apopelo.mit-license.org"
        }
    ],
    "bugs": "https://github.com/apopelo/jquery-hashchange/issues",
    "homepage": "https://github.com/apopelo/jquery-hashchange",
    "docs": "https://github.com/apopelo/jquery-hashchange#readme",
    "download": "https://github.com/apopelo/jquery-hashchange/archive/master.zip",
    "dependencies": {
        "jquery": ">=1.4"
    }
}
