{
  "buildConfig": {
    "template": "minimal",
    "title": "My Liveposter Gallery",
    "description": "A collection of animated posters showcasing various animation modes",
    "favicon": "assets/favicon.ico",
    "customStyles": "assets/custom.css"
  },
  "posters": [
    {
      "configPath": "specs/demo1-hardcut.json",
      "name": "Hardcut Slideshow",
      "description": "Instant transitions between images",
      "enabled": true
    },
    {
      "configPath": "specs/demo2-fade.json",
      "name": "Fade Slideshow",
      "description": "Smooth crossfade transitions",
      "enabled": true
    },
    {
      "configPath": "specs/demo3-pan.json",
      "name": "Pan Slideshow",
      "description": "Cinematic panning effects",
      "enabled": true
    },
    {
      "configPath": "specs/demo4-lenticular.json",
      "name": "Lenticular Effect",
      "description": "Mouse-driven parallax animation",
      "enabled": true
    },
    {
      "configPath": "specs/demo5-parallax.json",
      "name": "Parallax Layers",
      "description": "Scroll-triggered depth effects",
      "enabled": true
    },
    {
      "configPath": "specs/demo6-zoom.json",
      "name": "Zoom Slideshow",
      "description": "Dynamic zoom animations",
      "enabled": true
    }
  ]
}