{
    "name": "fedemotta/yii2-widget-datatables",
    "description": "DataTables widget for Yii2",
    "type": "yii2-extension",
    "minimum-stability": "stable",
    "keywords": ["yii2","extension","jquery","datatables","table","javascript","library"],
    "license": "MIT",
    "support": {
        "issues": "https://github.com/fedemotta/yii2-widget-datatables/issues?state=open",
        "source": "https://github.com/fedemotta/yii2-widget-datatables"
    },
    "authors": [
        {
            "name": "Federico Nicolás Motta",
            "email": "fedemotta@gmail.com"
        }
    ],
    "require": {
        "yiisoft/yii2":"*",
        "bower-asset/jquery":">= 1.7.0",
        "bower-asset/datatables":">= 1.9.4",
        "bower-asset/datatables-bootstrap3":"*",        
        "bower-asset/datatables-tabletools":"*"        
    },
    "autoload": {
        "psr-4": {
            "fedemotta\\datatables\\": ""
        }
    },
    "extra": {
        "asset-installer-paths": {
            "bower-asset-library": "vendor/bower"
        }
    }
}
