component.json revision e86e0d8d1dd6334c2b9e74cafcf94072c0194add
{
"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"
],
"use": ["router"]
}