Newer
Older
alert / composer.json
@Réz István Réz István on 19 Nov 2021 927 bytes rc2
{
    "name": "ubuntuhu/alert",
    "description": "ubuntu.hu - alert widget",
    "keywords": [
        "widget",
        "ubuntuhu",
        "custom html alert"
    ],
    "type": "flarum-extension",
    "license": "MIT",
    "require": {
        "flarum/core": "^1.0.0",
        "afrux/forum-widgets-core": "^0.1.0"
    },
    "require-dev": {
        "flarum/testing": "^1.0.0"
    },
    "authors": [
        {
            "name": "hepaly",
            "email": "ubuntu@hurezi.hu",
            "role": "Developer"
        }
    ],
    "autoload": {
        "psr-4": {
            "Ubuntuhu\\Alert\\": "src/"
        }
    },
    "extra": {
        "flarum-extension": {
            "title": "ubuntu.hu - alert",
            "category": "",
            "icon": {
                "name": "fas fa-exclamation-circle",
                "backgroundColor": "red",
                "color": "white"
            }
        }
    }
}