{
    "name": "nex/yii2-datepicker",
    "type": "yii2-extension",
    "description": "Bootstrap 3 Date/time picker widget for Yii2",
    "keywords": ["yii2", "extension", "widget", "datepicker", "datetimepicker", "bootstrap"],
    "homepage": "https://github.com/RomeroMsk/yii2-datepicker",
    "license": "BSD-3-Clause",
    "authors": [
        {
            "name": "Roman Ovchinnikov",
            "email": "nex.software@gmail.com",
            "homepage": "https://github.com/RomeroMsk"
        }
    ],
    "require": {
        "yiisoft/yii2": "*",
        "yiisoft/yii2-bootstrap": "*",
        "bower-asset/moment": "*",
        "bower-asset/eonasdan-bootstrap-datetimepicker": "4.17.*"
    },
    "autoload": {
        "psr-4": {
            "nex\\datepicker\\": ""
        }
    }
}
