{
    "id": "autoanimations",
    "title": "Automated Animations",
    "description": "This will automatically run most JB2A Animations such as Melee/Ranged Attacks, Spell Attacks, and Instant Spells",
    "authors": [
        {
            "name": "theripper93",
            "email": "tsplab@gmail.com",
            "url": "https://www.patreon.com/theripper93"
        },
        {
            "name": "Otigon (Otigon#2010)",
            "discord": "Otigon#2010"
        }
    ],
    "url": "https://github.com/theripper93/autoanimations",
    "version": "6.8.2",
    "compatibility": {
        "minimum": "13",
        "verified": "13"
    },
    "scripts": [],
    "esmodules": [
        "dist/autoanimations.js"
    ],
    "styles": [
        "dist/autoanimations.css"
    ],
    "flags": {
        "hotReload": {
            "extensions": [
                "json"
            ],
            "paths": [
                "lang"
            ]
        }
    },
    "languages": [
        {
            "lang": "en",
            "name": "English",
            "path": "lang/en.json"
        }
    ],
    "relationships": {
        "requires": [
            {
                "id": "sequencer",
                "type": "module",
                "manifest": "https://github.com/fantasycalendar/FoundryVTT-Sequencer/releases/latest/download/module.json"
            },
            {
                "id": "socketlib",
                "type": "module"
            }
        ]
    },
    "socket": true,
    "manifest": "https://github.com/theripper93/autoanimations/releases/latest/download/module.json",
    "download": "https://github.com/theripper93/autoanimations/releases/download/6.8.2/module.zip"
}