{
    "id": "sequencer",
    "title": "Sequencer",
    "description": "This module allows you to play effects on the canvas, and create complex sequences of actions",
    "version": "3.6.11",
    "library": "false",
    "compatibility": {
        "minimum": "12",
        "verified": "13",
        "maximum": "13"
    },
    "authors": [
        {
            "name": "Wasp",
            "discord": "Wasp#2005",
            "website": "http://fantasycomputer.works/"
        }
    ],
    "esmodules": [
        "dist/sequencer.js"
    ],
    "styles": [
        "dist/sequencer.css"
    ],
    "languages": [
        {
            "lang": "en",
            "name": "English",
            "path": "languages/en-EN.json"
        },
        {
            "lang": "it",
            "name": "Italiano",
            "path": "languages/it.json"
        },
        {
            "lang": "ja",
            "name": "日本語",
            "path": "languages/ja.json"
        },
        {
            "lang": "es",
            "name": "Español",
            "path": "languages/es-ES.json"
        },
        {
            "lang": "pl",
            "name": "Polski",
            "path": "languages/pl.json"
        }
    ],
    "relationships": {
        "requires": [
            {
                "id": "socketlib",
                "type": "module"
            }
        ]
    },
    "socket": true,
    "url": "https://github.com/fantasycalendar/FoundryVTT-Sequencer",
    "manifest": "https://github.com/fantasycalendar/FoundryVTT-Sequencer/releases/latest/download/module.json",
    "download": "https://github.com/fantasycalendar/FoundryVTT-Sequencer/releases/download/3.6.11/module.zip",
    "readme": "https://github.com/fantasycalendar/FoundryVTT-Sequencer/blob/master/README.md",
    "bugs": "https://github.com/fantasycalendar/FoundryVTT-Sequencer/issues"
}