{
    "index": {
        "html": ["../index.html"],
        "path": "./example/index/",
        "entryJS": "index.jsx",
        "entryCSS": "index.styl"
    },
    "selected": {
        "html": ["selected.html"],
        "path": "./example/selected/",
        "entryJS": "selected.jsx",
        "entryCSS": "selected.styl"
    },
    "popup": {
        "html": ["popup.html"],
        "path": "./example/popup/",
        "entryJS": "popup.jsx",
        "entryCSS": "popup.styl"
    },
    "numberpicker": {
        "html": ["numberpicker.html"],
        "path": "./example/numberpicker/",
        "entryJS": "numberpicker.jsx",
        "entryCSS": "numberpicker.styl"
    },
    "datetimepicker": {
        "html": ["datetimepicker.html"],
        "path": "./example/datetimepicker/",
        "entryJS": "datetimepicker.jsx",
        "entryCSS": "datetimepicker.styl"
    },
    "form": {
        "html": ["form.html"],
        "path": "./example/form/",
        "entryJS": "form.jsx",
        "entryCSS": "form.styl"
    },
    "slider": {
        "html": ["slider.html"],
        "path": "./example/slider/",
        "entryJS": "slider.jsx",
        "entryCSS": "slider.styl"
    },
    "tabs": {
        "html": ["tabs.html"],
        "path": "./example/tabs/",
        "entryJS": "tabs.jsx",
        "entryCSS": "tabs.styl"
    },
    "accordion": {
        "html": ["accordion.html"],
        "path": "./example/accordion/",
        "entryJS": "accordion.jsx",
        "entryCSS": "accordion.styl"
    },
    "sticky": {
        "html": ["sticky.html"],
        "path": "./example/sticky/",
        "entryJS": "sticky.jsx",
        "entryCSS": "sticky.styl"
    },
    "scrollnav": {
        "html": ["scrollnav.html"],
        "path": "./example/scrollnav/",
        "entryJS": "scrollnav.jsx",
        "entryCSS": "scrollnav.styl"
    },
    "slidetabs": {
        "html": ["slidetabs.html"],
        "path": "./example/slidetabs/",
        "entryJS": "slidetabs.jsx",
        "entryCSS": "slidetabs.styl"
    },
    "more": {
        "html": ["more.html"],
        "path": "./example/more/",
        "entryJS": "more.jsx",
        "entryCSS": "more.styl"
    }
}
