{
  "index": {
    "title": "index",
    "type": "typeA",
    "path": "/",
    "jsPath": "example/index"
  },
  "button": {
    "title": "button",
    "type": "typeA",
    "path": "/button",
    "jsPath": "example/button"
  },
  "cell": {
    "title": "cell",
    "type": "typeB",
    "path": "/cell",
    "jsPath": "example/cell"
  },
  "checkbox": {
    "title": "checkbox",
    "type": "typeB",
    "path": "/checkbox",
    "jsPath": "example/checkbox"
  },
  "city": {
    "title": "city",
    "type": "typeC",
    "path": "/city",
    "jsPath": "example/city"
  },
  "countdown": {
    "title": "countdown",
    "type": "typeC",
    "path": "/countdown",
    "jsPath": "example/countdown"
  },
  "dialog": {
    "title": "dialog",
    "type": "typeC",
    "path": "/dialog",
    "jsPath": "example/dialog"
  },
  "ep-slider": {
    "title": "ep-slider",
    "type": "typeD",
    "path": "/ep-slider",
    "jsPath": "example/ep-slider"
  },
  "grid-select": {
    "title": "grid-select",
    "type": "typeD",
    "path": "/grid-select",
    "jsPath": "example/grid-select"
  },
  "header-demo": {
    "title": "header-demo",
    "type": "typeE",
    "path": "/header-demo",
    "jsPath": "example/header-demo"
  }
}
