{
    "name"       : "router",
    "displayName": "Router",
    "description": "Provides URL-based same-page routing using HTML5 history or the location hash.",
    "author"     : ["rgrove", "ericf"],

    "tags": [
        "infrastructure", "app", "beta", "controller", "hash", "history",
        "html5", "mvc", "popstate", "pushstate", "replacestate", "route",
        "router", "routing", "url", "middleware"
    ],

    "use": ["router"]
}
