{
    "name": "nullref/yii2-datatables",
    "description": "Yii2 Extension for DataTables jQuery plug-in",
    "type": "yii2-extension",
    "homepage": "https://github.com/NullRefExcep/yii2-datatables",
    "keywords": [
        "yii2",
        "yii",
        "widget",
        "jquery",
        "datatable",
        "datatables",
        "plugin",
        "jQuery"
    ],
    "license": "MIT",
    "authors": [
        {
            "name": "Serhiy Vinichuk",
            "email": "serhiyvinichuk@gmail.com"
        },
        {
            "name": "Dmytro Karpovych",
            "email": "ZAYEC77@gmail.com"
        },
        {
            "name": "Radon8472",
            "email": "develop@radon-software.net",
            "homepage": "https://github.com/Radon8472",
            "role": "Contributor"
        },
        {
            "name": "Oleksandr Lynnyk",
            "email": "alexandr.linnik@gmail.com",
            "homepage": "https://github.com/alxlnk",
            "role": "Contributor"
        }
    ],
    "minimum-stability": "stable",
    "require": {
        "php": ">=7.4.0",
        "yiisoft/yii2": "~2.0.50",
        "npm-asset/datatables.net": "^2.0",
        "npm-asset/datatables.net-dt": "^2.0",
        "npm-asset/datatables.net-jqui": "^2.0",
        "npm-asset/datatables.net-bs": "^2.0",
        "npm-asset/datatables.net-bs4": "^2.0",
        "npm-asset/datatables.net-bs5": "^2.0",
        "npm-asset/datatables.net-plugins": "^2.0"
    },
    "autoload": {
        "psr-4": {
            "nullref\\datatable\\": "src/"
        }
    }
}
