view libervia/pages/_browser/browser_meta.json @ 1307:0a6698714557

browser: `slideshow` module implementation: this module show a gallery of slides (usually images/videos) with mobile friendly swipe capabilities. Comments are handled using a side panel.
author Goffi <goffi@goffi.org>
date Thu, 16 Jul 2020 09:08:50 +0200
parents a48fe20f60c7
children e35de70f5295
line wrap: on
line source

{
    "js": {
        "package": {
            "dependencies": {
                "nunjucks": "latest",
                "swiper": "latest",
                "moment": "latest"
            }
        },
        "brython_map": {
            "nunjucks": "nunjucks/browser/nunjucks.min.js",
            "swiper": {
                "path": "swiper/js/swiper.min.js",
                "export": ["Swiper"]
            },
            "moment": "moment/min/moment.min.js"
        }
    }
}