[
    {
        "name": "yiisoft/yii2-bootstrap",
        "version": "2.0.6",
        "version_normalized": "2.0.6.0",
        "source": {
            "type": "git",
            "url": "https://github.com/yiisoft/yii2-bootstrap.git",
            "reference": "3fd2b8c950cce79d60e9702d6bcb24eb3c80f6c5"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/yiisoft/yii2-bootstrap/zipball/3fd2b8c950cce79d60e9702d6bcb24eb3c80f6c5",
            "reference": "3fd2b8c950cce79d60e9702d6bcb24eb3c80f6c5",
            "shasum": ""
        },
        "require": {
            "bower-asset/bootstrap": "3.3.* | 3.2.* | 3.1.*",
            "yiisoft/yii2": ">=2.0.6"
        },
        "time": "2016-03-17 03:29:28",
        "type": "yii2-extension",
        "extra": {
            "branch-alias": {
                "dev-master": "2.0.x-dev"
            },
            "asset-installer-paths": {
                "npm-asset-library": "vendor/npm",
                "bower-asset-library": "vendor/bower"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "yii\\bootstrap\\": ""
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "authors": [
            {
                "name": "Qiang Xue",
                "email": "qiang.xue@gmail.com"
            }
        ],
        "description": "The Twitter Bootstrap extension for the Yii framework",
        "keywords": [
            "bootstrap",
            "yii2"
        ]
    },
    {
        "name": "phpspec/php-diff",
        "version": "v1.1.0",
        "version_normalized": "1.1.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/phpspec/php-diff.git",
            "reference": "0464787bfa7cd13576c5a1e318709768798bec6a"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/phpspec/php-diff/zipball/0464787bfa7cd13576c5a1e318709768798bec6a",
            "reference": "0464787bfa7cd13576c5a1e318709768798bec6a",
            "shasum": ""
        },
        "time": "2016-04-07 12:29:16",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.0.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "Diff": "lib/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "authors": [
            {
                "name": "Chris Boulton",
                "homepage": "http://github.com/chrisboulton"
            }
        ],
        "description": "A comprehensive library for generating differences between two hashable objects (strings or arrays)."
    },
    {
        "name": "yiisoft/yii2-gii",
        "version": "2.0.5",
        "version_normalized": "2.0.5.0",
        "source": {
            "type": "git",
            "url": "https://github.com/yiisoft/yii2-gii.git",
            "reference": "1bd6df6804ca077ec022587905a0d43eb286f507"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/yiisoft/yii2-gii/zipball/1bd6df6804ca077ec022587905a0d43eb286f507",
            "reference": "1bd6df6804ca077ec022587905a0d43eb286f507",
            "shasum": ""
        },
        "require": {
            "bower-asset/typeahead.js": "0.10.* | ~0.11.0",
            "phpspec/php-diff": ">=1.0.2",
            "yiisoft/yii2": ">=2.0.4",
            "yiisoft/yii2-bootstrap": "~2.0"
        },
        "time": "2016-03-18 14:09:46",
        "type": "yii2-extension",
        "extra": {
            "branch-alias": {
                "dev-master": "2.0.x-dev"
            },
            "asset-installer-paths": {
                "npm-asset-library": "vendor/npm",
                "bower-asset-library": "vendor/bower"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "yii\\gii\\": ""
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "authors": [
            {
                "name": "Qiang Xue",
                "email": "qiang.xue@gmail.com"
            }
        ],
        "description": "The Gii extension for the Yii framework",
        "keywords": [
            "code generator",
            "gii",
            "yii2"
        ]
    },
    {
        "name": "fzaninotto/faker",
        "version": "v1.6.0",
        "version_normalized": "1.6.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/fzaninotto/Faker.git",
            "reference": "44f9a286a04b80c76a4e5fb7aad8bb539b920123"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/fzaninotto/Faker/zipball/44f9a286a04b80c76a4e5fb7aad8bb539b920123",
            "reference": "44f9a286a04b80c76a4e5fb7aad8bb539b920123",
            "shasum": ""
        },
        "require": {
            "php": "^5.3.3|^7.0"
        },
        "require-dev": {
            "ext-intl": "*",
            "phpunit/phpunit": "~4.0",
            "squizlabs/php_codesniffer": "~1.5"
        },
        "time": "2016-04-29 12:21:54",
        "type": "library",
        "extra": {
            "branch-alias": []
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Faker\\": "src/Faker/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "François Zaninotto"
            }
        ],
        "description": "Faker is a PHP library that generates fake data for you.",
        "keywords": [
            "data",
            "faker",
            "fixtures"
        ]
    },
    {
        "name": "yiisoft/yii2-faker",
        "version": "2.0.3",
        "version_normalized": "2.0.3.0",
        "source": {
            "type": "git",
            "url": "https://github.com/yiisoft/yii2-faker.git",
            "reference": "b88ca69ee226a3610b2c26c026c3203d7ac50f6c"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/yiisoft/yii2-faker/zipball/b88ca69ee226a3610b2c26c026c3203d7ac50f6c",
            "reference": "b88ca69ee226a3610b2c26c026c3203d7ac50f6c",
            "shasum": ""
        },
        "require": {
            "fzaninotto/faker": "*",
            "yiisoft/yii2": "*"
        },
        "time": "2015-03-01 06:22:44",
        "type": "yii2-extension",
        "extra": {
            "branch-alias": {
                "dev-master": "2.0.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "yii\\faker\\": ""
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "authors": [
            {
                "name": "Mark Jebri",
                "email": "mark.github@yandex.ru"
            }
        ],
        "description": "Fixture generator. The Faker integration for the Yii framework.",
        "keywords": [
            "Fixture",
            "faker",
            "yii2"
        ]
    },
    {
        "name": "edgardmessias/yii2-nprogress",
        "version": "0.3.0",
        "version_normalized": "0.3.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/edgardmessias/yii2-nprogress.git",
            "reference": "fdff230f40e3ee0299db506895106e0a121e1e37"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/edgardmessias/yii2-nprogress/zipball/fdff230f40e3ee0299db506895106e0a121e1e37",
            "reference": "fdff230f40e3ee0299db506895106e0a121e1e37",
            "shasum": ""
        },
        "require": {
            "bower-asset/nprogress": "*",
            "yiisoft/yii2": "*"
        },
        "time": "2015-08-19 20:01:09",
        "type": "yii2-extension",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "edgardmessias\\assets\\nprogress\\": ""
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "authors": [
            {
                "name": "Edgard Messias",
                "email": "edgardmessias@gmail.com"
            }
        ],
        "description": "Slim progress bars for Ajax'y applications. Inspired by Google, YouTube, and Medium for Yii2 Framework.",
        "keywords": [
            "assets",
            "extension",
            "nprogress",
            "pjax",
            "yii2"
        ]
    },
    {
        "name": "yiisoft/yii2-jui",
        "version": "2.0.6",
        "version_normalized": "2.0.6.0",
        "source": {
            "type": "git",
            "url": "https://github.com/yiisoft/yii2-jui.git",
            "reference": "843a2160cfe30f5c8b0cb2e9dbd8ee6bcf97e71d"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/yiisoft/yii2-jui/zipball/843a2160cfe30f5c8b0cb2e9dbd8ee6bcf97e71d",
            "reference": "843a2160cfe30f5c8b0cb2e9dbd8ee6bcf97e71d",
            "shasum": ""
        },
        "require": {
            "bower-asset/jquery-ui": "1.11.*@stable",
            "yiisoft/yii2": ">=2.0.4"
        },
        "time": "2016-07-22 22:26:59",
        "type": "yii2-extension",
        "extra": {
            "branch-alias": {
                "dev-master": "2.0.x-dev"
            },
            "asset-installer-paths": {
                "npm-asset-library": "vendor/npm",
                "bower-asset-library": "vendor/bower"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "yii\\jui\\": ""
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "authors": [
            {
                "name": "Qiang Xue",
                "email": "qiang.xue@gmail.com"
            }
        ],
        "description": "The Jquery UI extension for the Yii framework",
        "keywords": [
            "jQuery UI",
            "yii2"
        ]
    },
    {
        "name": "kartik-v/yii2-date-range",
        "version": "v1.6.7",
        "version_normalized": "1.6.7.0",
        "source": {
            "type": "git",
            "url": "https://github.com/kartik-v/yii2-date-range.git",
            "reference": "c7177cd89cc90772acc96a05fbf5996f67127e4c"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/kartik-v/yii2-date-range/zipball/c7177cd89cc90772acc96a05fbf5996f67127e4c",
            "reference": "c7177cd89cc90772acc96a05fbf5996f67127e4c",
            "shasum": ""
        },
        "require": {
            "kartik-v/yii2-krajee-base": "*"
        },
        "time": "2016-07-12 07:02:07",
        "type": "yii2-extension",
        "extra": {
            "branch-alias": {
                "dev-master": "1.6.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "kartik\\daterange\\": ""
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "authors": [
            {
                "name": "Kartik Visweswaran",
                "email": "kartikv2@gmail.com",
                "homepage": "http://www.krajee.com/"
            }
        ],
        "description": "An advanced Yii 2 date range picker input for based on bootstrap-daterangepicker plugin.",
        "homepage": "https://github.com/kartik-v/yii2-date-range",
        "keywords": [
            "bootstrap",
            "bootstrap 3",
            "date",
            "date-range",
            "extension",
            "range",
            "time",
            "widget",
            "yii2"
        ]
    },
    {
        "name": "bower-asset/animate.css",
        "version": "3.5.2",
        "version_normalized": "3.5.2.0",
        "source": {
            "type": "git",
            "url": "https://github.com/daneden/animate.css.git",
            "reference": "dac3dab7b59cb6072b5d0fe23eae3805e370a58c"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/daneden/animate.css/zipball/dac3dab7b59cb6072b5d0fe23eae3805e370a58c",
            "reference": "dac3dab7b59cb6072b5d0fe23eae3805e370a58c",
            "shasum": ""
        },
        "type": "bower-asset-library",
        "extra": {
            "bower-asset-main": "./animate.css",
            "bower-asset-ignore": [
                ".*",
                "*.yml",
                "Gemfile",
                "Gemfile.lock",
                "*.md"
            ]
        },
        "installation-source": "dist"
    },
    {
        "name": "bower-asset/jquery",
        "version": "2.2.4",
        "version_normalized": "2.2.4.0",
        "source": {
            "type": "git",
            "url": "https://github.com/jquery/jquery-dist.git",
            "reference": "c0185ab7c75aab88762c5aae780b9d83b80eda72"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/jquery/jquery-dist/zipball/c0185ab7c75aab88762c5aae780b9d83b80eda72",
            "reference": "c0185ab7c75aab88762c5aae780b9d83b80eda72",
            "shasum": ""
        },
        "type": "bower-asset-library",
        "extra": {
            "bower-asset-main": "dist/jquery.js",
            "bower-asset-ignore": [
                "package.json"
            ]
        },
        "installation-source": "dist",
        "license": [
            "MIT"
        ],
        "keywords": [
            "browser",
            "javascript",
            "jquery",
            "library"
        ]
    },
    {
        "name": "bower-asset/bootstrap",
        "version": "v3.3.7",
        "version_normalized": "3.3.7.0",
        "source": {
            "type": "git",
            "url": "https://github.com/twbs/bootstrap.git",
            "reference": "0b9c4a4007c44201dce9a6cc1a38407005c26c86"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/twbs/bootstrap/zipball/0b9c4a4007c44201dce9a6cc1a38407005c26c86",
            "reference": "0b9c4a4007c44201dce9a6cc1a38407005c26c86",
            "shasum": ""
        },
        "require": {
            "bower-asset/jquery": ">=1.9.1,<4.0"
        },
        "type": "bower-asset-library",
        "extra": {
            "bower-asset-main": [
                "less/bootstrap.less",
                "dist/js/bootstrap.js"
            ],
            "bower-asset-ignore": [
                "/.*",
                "_config.yml",
                "CNAME",
                "composer.json",
                "CONTRIBUTING.md",
                "docs",
                "js/tests",
                "test-infra"
            ]
        },
        "installation-source": "dist",
        "license": [
            "MIT"
        ],
        "description": "The most popular front-end framework for developing responsive, mobile first projects on the web.",
        "keywords": [
            "css",
            "framework",
            "front-end",
            "js",
            "less",
            "mobile-first",
            "responsive",
            "web"
        ]
    },
    {
        "name": "bower-asset/bootbox",
        "version": "v4.4.0",
        "version_normalized": "4.4.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/makeusabrew/bootbox.git",
            "reference": "cb756203e250ed0ff2539359ff0ad1c3ffb8e8d3"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/makeusabrew/bootbox/zipball/cb756203e250ed0ff2539359ff0ad1c3ffb8e8d3",
            "reference": "cb756203e250ed0ff2539359ff0ad1c3ffb8e8d3",
            "shasum": ""
        },
        "require": {
            "bower-asset/bootstrap": ">=3.0.0"
        },
        "type": "bower-asset-library",
        "extra": {
            "bower-asset-main": "./bootbox.js",
            "bower-asset-ignore": [
                "CHANGELOG.md",
                "CONTRIBUTING",
                "Gruntfile.js",
                "header.txt",
                "karma*.js",
                "build",
                "tests"
            ]
        },
        "installation-source": "dist"
    },
    {
        "name": "bower-asset/appear",
        "version": "0.3.6",
        "version_normalized": "0.3.6.0",
        "source": {
            "type": "git",
            "url": "https://github.com/morr/jquery.appear.git",
            "reference": "b4bf422ce6dca1071501c77b05afae6e0777784b"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/morr/jquery.appear/zipball/b4bf422ce6dca1071501c77b05afae6e0777784b",
            "reference": "b4bf422ce6dca1071501c77b05afae6e0777784b",
            "shasum": ""
        },
        "require": {
            "bower-asset/jquery": ">=1.5"
        },
        "type": "bower-asset-library",
        "extra": {
            "bower-asset-main": "jquery.appear.js",
            "bower-asset-ignore": []
        },
        "installation-source": "dist",
        "license": [
            "MIT"
        ],
        "description": "jQuery plugin for tracking element's appearance in browser viewport",
        "keywords": [
            "appear",
            "disappear",
            "event"
        ]
    },
    {
        "name": "bower-asset/yii2-pjax",
        "version": "v2.0.6",
        "version_normalized": "2.0.6.0",
        "source": {
            "type": "git",
            "url": "https://github.com/yiisoft/jquery-pjax.git",
            "reference": "60728da6ade5879e807a49ce59ef9a72039b8978"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/yiisoft/jquery-pjax/zipball/60728da6ade5879e807a49ce59ef9a72039b8978",
            "reference": "60728da6ade5879e807a49ce59ef9a72039b8978",
            "shasum": ""
        },
        "require": {
            "bower-asset/jquery": ">=1.8"
        },
        "type": "bower-asset-library",
        "extra": {
            "bower-asset-main": "./jquery.pjax.js",
            "bower-asset-ignore": [
                ".travis.yml",
                "Gemfile",
                "Gemfile.lock",
                "CONTRIBUTING.md",
                "vendor/",
                "script/",
                "test/"
            ]
        },
        "installation-source": "dist",
        "license": [
            "MIT"
        ]
    },
    {
        "name": "bower-asset/punycode",
        "version": "v1.3.2",
        "version_normalized": "1.3.2.0",
        "source": {
            "type": "git",
            "url": "https://github.com/bestiejs/punycode.js.git",
            "reference": "38c8d3131a82567bfef18da09f7f4db68c84f8a3"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/bestiejs/punycode.js/zipball/38c8d3131a82567bfef18da09f7f4db68c84f8a3",
            "reference": "38c8d3131a82567bfef18da09f7f4db68c84f8a3",
            "shasum": ""
        },
        "type": "bower-asset-library",
        "extra": {
            "bower-asset-main": "punycode.js",
            "bower-asset-ignore": [
                "coverage",
                "tests",
                ".*",
                "component.json",
                "Gruntfile.js",
                "node_modules",
                "package.json"
            ]
        },
        "installation-source": "dist"
    },
    {
        "name": "sadovojav/yii2-image-thumbnail",
        "version": "1.0.0.0",
        "version_normalized": "1.0.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/sadovojav/yii2-image-thumbnail.git",
            "reference": "f43fb784103a66dae2660e9e645dc6c6c9924ea9"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/sadovojav/yii2-image-thumbnail/zipball/f43fb784103a66dae2660e9e645dc6c6c9924ea9",
            "reference": "f43fb784103a66dae2660e9e645dc6c6c9924ea9",
            "shasum": ""
        },
        "require": {
            "php": ">=5.4.0",
            "yiisoft/yii2": "*",
            "yiisoft/yii2-imagine": "*"
        },
        "time": "2015-07-05 13:14:31",
        "type": "yii2-extension",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "sadovojav\\image\\": ""
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Aleksandr Sadovoj",
                "email": "sadovojav@gmail.com",
                "homepage": "https://github.com/sadovojav"
            }
        ],
        "description": "Yii2 image thumbnail component",
        "keywords": [
            "component",
            "crop",
            "image",
            "placeholder",
            "resize",
            "thumbnail",
            "yii2"
        ]
    },
    {
        "name": "bower-asset/jquery-ui",
        "version": "1.11.4",
        "version_normalized": "1.11.4.0",
        "source": {
            "type": "git",
            "url": "https://github.com/components/jqueryui.git",
            "reference": "c34f8dbf3ba57b3784b93f26119f436c0e8288e1"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/components/jqueryui/zipball/c34f8dbf3ba57b3784b93f26119f436c0e8288e1",
            "reference": "c34f8dbf3ba57b3784b93f26119f436c0e8288e1",
            "shasum": ""
        },
        "require": {
            "bower-asset/jquery": ">=1.6"
        },
        "type": "bower-asset-library",
        "extra": {
            "bower-asset-main": [
                "jquery-ui.js"
            ],
            "bower-asset-ignore": []
        },
        "installation-source": "dist"
    },
    {
        "name": "bower-asset/nprogress",
        "version": "v0.2.0",
        "version_normalized": "0.2.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/rstacruz/nprogress.git",
            "reference": "254266ea50c220f6507fa3f2978fc530147c7f06"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/rstacruz/nprogress/zipball/254266ea50c220f6507fa3f2978fc530147c7f06",
            "reference": "254266ea50c220f6507fa3f2978fc530147c7f06",
            "shasum": ""
        },
        "type": "bower-asset-library",
        "extra": {
            "bower-asset-main": [
                "nprogress.js",
                "nprogress.css"
            ],
            "bower-asset-ignore": [
                "**/.*",
                "node_modules",
                "components",
                "package.json",
                "test",
                "vendor"
            ]
        },
        "installation-source": "dist",
        "license": [
            "MIT"
        ],
        "description": "slim progress bar",
        "keywords": [
            "bar",
            "progress",
            "spinner"
        ]
    },
    {
        "name": "bower-asset/typeahead.js",
        "version": "v0.11.1",
        "version_normalized": "0.11.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/twitter/typeahead.js.git",
            "reference": "588440f66559714280628a4f9799f0c4eb880a4a"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/twitter/typeahead.js/zipball/588440f66559714280628a4f9799f0c4eb880a4a",
            "reference": "588440f66559714280628a4f9799f0c4eb880a4a",
            "shasum": ""
        },
        "require": {
            "bower-asset/jquery": ">=1.7"
        },
        "require-dev": {
            "bower-asset/jasmine-ajax": "~1.3.1",
            "bower-asset/jasmine-jquery": "~1.5.2",
            "bower-asset/jquery": "~1.7"
        },
        "type": "bower-asset-library",
        "extra": {
            "bower-asset-main": "dist/typeahead.bundle.js"
        },
        "installation-source": "dist"
    },
    {
        "name": "kartik-v/yii2-widget-activeform",
        "version": "v1.4.8",
        "version_normalized": "1.4.8.0",
        "source": {
            "type": "git",
            "url": "https://github.com/kartik-v/yii2-widget-activeform.git",
            "reference": "53c2f877f12ba0b79e8346b6cae50cbba2bcfc69"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/kartik-v/yii2-widget-activeform/zipball/53c2f877f12ba0b79e8346b6cae50cbba2bcfc69",
            "reference": "53c2f877f12ba0b79e8346b6cae50cbba2bcfc69",
            "shasum": ""
        },
        "require": {
            "kartik-v/yii2-krajee-base": "~1.7"
        },
        "time": "2016-04-27 18:38:05",
        "type": "yii2-extension",
        "extra": {
            "branch-alias": {
                "dev-master": "1.4.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "kartik\\form\\": ""
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "authors": [
            {
                "name": "Kartik Visweswaran",
                "email": "kartikv2@gmail.com",
                "homepage": "http://www.krajee.com/"
            }
        ],
        "description": "Enhanced Yii2 active-form and active-field with full bootstrap styling support (sub repo split from yii2-widgets).",
        "homepage": "https://github.com/kartik-v/yii2-widget-activeform",
        "keywords": [
            "activefield",
            "activeform",
            "extension",
            "field",
            "form",
            "widget",
            "yii2"
        ]
    },
    {
        "name": "cebe/markdown",
        "version": "1.1.1",
        "version_normalized": "1.1.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/cebe/markdown.git",
            "reference": "c30eb5e01fe021cc5bba2f9ee0eeef96d4931166"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/cebe/markdown/zipball/c30eb5e01fe021cc5bba2f9ee0eeef96d4931166",
            "reference": "c30eb5e01fe021cc5bba2f9ee0eeef96d4931166",
            "shasum": ""
        },
        "require": {
            "lib-pcre": "*",
            "php": ">=5.4.0"
        },
        "require-dev": {
            "cebe/indent": "*",
            "facebook/xhprof": "*@dev",
            "phpunit/phpunit": "4.1.*"
        },
        "time": "2016-09-14 20:40:20",
        "bin": [
            "bin/markdown"
        ],
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.1.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "cebe\\markdown\\": ""
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Carsten Brandt",
                "email": "mail@cebe.cc",
                "homepage": "http://cebe.cc/",
                "role": "Creator"
            }
        ],
        "description": "A super fast, highly extensible markdown parser for PHP",
        "homepage": "https://github.com/cebe/markdown#readme",
        "keywords": [
            "extensible",
            "fast",
            "gfm",
            "markdown",
            "markdown-extra"
        ]
    },
    {
        "name": "kartik-v/yii2-widget-datepicker",
        "version": "v1.4.2",
        "version_normalized": "1.4.2.0",
        "source": {
            "type": "git",
            "url": "https://github.com/kartik-v/yii2-widget-datepicker.git",
            "reference": "8738f6dc3211d949b05189ba103aab786143fc6c"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/kartik-v/yii2-widget-datepicker/zipball/8738f6dc3211d949b05189ba103aab786143fc6c",
            "reference": "8738f6dc3211d949b05189ba103aab786143fc6c",
            "shasum": ""
        },
        "require": {
            "kartik-v/yii2-krajee-base": "~1.7"
        },
        "time": "2016-09-04 10:52:50",
        "type": "yii2-extension",
        "extra": {
            "branch-alias": {
                "dev-master": "1.4.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "kartik\\date\\": ""
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "authors": [
            {
                "name": "Kartik Visweswaran",
                "email": "kartikv2@gmail.com",
                "homepage": "http://www.krajee.com/"
            }
        ],
        "description": "Enhanced Yii2 wrapper for the bootstrap datepicker plugin (sub repo split from yii2-widgets).",
        "homepage": "https://github.com/kartik-v/yii2-widget-datepicker",
        "keywords": [
            "date",
            "extension",
            "form",
            "jquery",
            "picker",
            "plugin",
            "select2",
            "widget",
            "yii2"
        ]
    },
    {
        "name": "philippfrenzel/yii2fullcalendar",
        "version": "3.0.3",
        "version_normalized": "3.0.3.0",
        "source": {
            "type": "git",
            "url": "https://github.com/philippfrenzel/yii2fullcalendar.git",
            "reference": "4b287f2d5a5ccf6720e66b63c7f29e41f025bb6b"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/philippfrenzel/yii2fullcalendar/zipball/4b287f2d5a5ccf6720e66b63c7f29e41f025bb6b",
            "reference": "4b287f2d5a5ccf6720e66b63c7f29e41f025bb6b",
            "shasum": ""
        },
        "require": {
            "bower-asset/fullcalendar": "3.*",
            "php": ">=5.4.0",
            "yiisoft/yii2": "*",
            "yiisoft/yii2-jui": "*"
        },
        "require-dev": {
            "codeception/codeception": "*"
        },
        "time": "2016-09-23 10:20:14",
        "type": "yii2-extension",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "yii2fullcalendar\\": ""
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Philipp Frenzel",
                "email": "philipp@frenzel.net",
                "homepage": "http://www.frenzel.net/",
                "role": "Developer"
            }
        ],
        "description": "Yii2 fullcalendar Widgets",
        "homepage": "http://www.frenzel.net/",
        "keywords": [
            "fullcalendar",
            "yii2"
        ]
    },
    {
        "name": "yiisoft/yii2-composer",
        "version": "2.0.5",
        "version_normalized": "2.0.5.0",
        "source": {
            "type": "git",
            "url": "https://github.com/yiisoft/yii2-composer.git",
            "reference": "3f4923c2bde6caf3f5b88cc22fdd5770f52f8df2"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/yiisoft/yii2-composer/zipball/3f4923c2bde6caf3f5b88cc22fdd5770f52f8df2",
            "reference": "3f4923c2bde6caf3f5b88cc22fdd5770f52f8df2",
            "shasum": ""
        },
        "require": {
            "composer-plugin-api": "^1.0"
        },
        "require-dev": {
            "composer/composer": "^1.0"
        },
        "time": "2016-12-20 13:26:02",
        "type": "composer-plugin",
        "extra": {
            "class": "yii\\composer\\Plugin",
            "branch-alias": {
                "dev-master": "2.0.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "yii\\composer\\": ""
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "authors": [
            {
                "name": "Qiang Xue",
                "email": "qiang.xue@gmail.com"
            }
        ],
        "description": "The composer plugin for Yii extension installer",
        "keywords": [
            "composer",
            "extension installer",
            "yii2"
        ]
    },
    {
        "name": "swiftmailer/swiftmailer",
        "version": "v5.4.8",
        "version_normalized": "5.4.8.0",
        "source": {
            "type": "git",
            "url": "https://github.com/swiftmailer/swiftmailer.git",
            "reference": "9a06dc570a0367850280eefd3f1dc2da45aef517"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/swiftmailer/swiftmailer/zipball/9a06dc570a0367850280eefd3f1dc2da45aef517",
            "reference": "9a06dc570a0367850280eefd3f1dc2da45aef517",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.3"
        },
        "require-dev": {
            "mockery/mockery": "~0.9.1",
            "symfony/phpunit-bridge": "~3.2"
        },
        "time": "2017-05-01 15:54:03",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "5.4-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "files": [
                "lib/swift_required.php"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Chris Corbyn"
            },
            {
                "name": "Fabien Potencier",
                "email": "fabien@symfony.com"
            }
        ],
        "description": "Swiftmailer, free feature-rich PHP mailer",
        "homepage": "http://swiftmailer.org",
        "keywords": [
            "email",
            "mail",
            "mailer"
        ]
    },
    {
        "name": "ezyang/htmlpurifier",
        "version": "v4.9.3",
        "version_normalized": "4.9.3.0",
        "source": {
            "type": "git",
            "url": "https://github.com/ezyang/htmlpurifier.git",
            "reference": "95e1bae3182efc0f3422896a3236e991049dac69"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/ezyang/htmlpurifier/zipball/95e1bae3182efc0f3422896a3236e991049dac69",
            "reference": "95e1bae3182efc0f3422896a3236e991049dac69",
            "shasum": ""
        },
        "require": {
            "php": ">=5.2"
        },
        "require-dev": {
            "simpletest/simpletest": "^1.1"
        },
        "time": "2017-06-03 02:28:16",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "HTMLPurifier": "library/"
            },
            "files": [
                "library/HTMLPurifier.composer.php"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "LGPL"
        ],
        "authors": [
            {
                "name": "Edward Z. Yang",
                "email": "admin@htmlpurifier.org",
                "homepage": "http://ezyang.com"
            }
        ],
        "description": "Standards compliant HTML filter written in PHP",
        "homepage": "http://htmlpurifier.org/",
        "keywords": [
            "html"
        ]
    },
    {
        "name": "bower-asset/jquery.inputmask",
        "version": "3.3.7",
        "version_normalized": "3.3.7.0",
        "source": {
            "type": "git",
            "url": "https://github.com/RobinHerbots/Inputmask.git",
            "reference": "9835731cb78cac749734d94a1cb5bd70da4d3b10"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/RobinHerbots/Inputmask/zipball/9835731cb78cac749734d94a1cb5bd70da4d3b10",
            "reference": "9835731cb78cac749734d94a1cb5bd70da4d3b10",
            "shasum": ""
        },
        "require": {
            "bower-asset/jquery": ">=1.7"
        },
        "type": "bower-asset-library",
        "extra": {
            "bower-asset-main": [
                "./dist/inputmask/inputmask.js",
                "./dist/inputmask/inputmask.extensions.js",
                "./dist/inputmask/inputmask.date.extensions.js",
                "./dist/inputmask/inputmask.numeric.extensions.js",
                "./dist/inputmask/inputmask.phone.extensions.js",
                "./dist/inputmask/jquery.inputmask.js",
                "./dist/inputmask/global/document.js",
                "./dist/inputmask/global/window.js",
                "./dist/inputmask/phone-codes/phone.js",
                "./dist/inputmask/phone-codes/phone-be.js",
                "./dist/inputmask/phone-codes/phone-nl.js",
                "./dist/inputmask/phone-codes/phone-ru.js",
                "./dist/inputmask/phone-codes/phone-uk.js",
                "./dist/inputmask/dependencyLibs/inputmask.dependencyLib.jqlite.js",
                "./dist/inputmask/dependencyLibs/inputmask.dependencyLib.jquery.js",
                "./dist/inputmask/dependencyLibs/inputmask.dependencyLib.js",
                "./dist/inputmask/bindings/inputmask.binding.js"
            ],
            "bower-asset-ignore": [
                "**/*",
                "!dist/*",
                "!dist/inputmask/*",
                "!dist/min/*",
                "!dist/min/inputmask/*"
            ]
        },
        "installation-source": "dist",
        "license": [
            "http://opensource.org/licenses/mit-license.php"
        ],
        "description": "Inputmask is a javascript library which creates an input mask.  Inputmask can run against vanilla javascript, jQuery and jqlite.",
        "keywords": [
            "form",
            "input",
            "inputmask",
            "jquery",
            "mask",
            "plugins"
        ]
    },
    {
        "name": "yiisoft/yii2",
        "version": "2.0.12",
        "version_normalized": "2.0.12.0",
        "source": {
            "type": "git",
            "url": "https://github.com/yiisoft/yii2-framework.git",
            "reference": "70acbecc75cb26b6cd66d16be0b06e4b73db190d"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/yiisoft/yii2-framework/zipball/70acbecc75cb26b6cd66d16be0b06e4b73db190d",
            "reference": "70acbecc75cb26b6cd66d16be0b06e4b73db190d",
            "shasum": ""
        },
        "require": {
            "bower-asset/jquery": "2.2.*@stable | 2.1.*@stable | 1.11.*@stable | 1.12.*@stable",
            "bower-asset/jquery.inputmask": "~3.2.2 | ~3.3.5",
            "bower-asset/punycode": "1.3.*",
            "bower-asset/yii2-pjax": "~2.0.1",
            "cebe/markdown": "~1.0.0 | ~1.1.0",
            "ext-ctype": "*",
            "ext-mbstring": "*",
            "ezyang/htmlpurifier": "~4.6",
            "lib-pcre": "*",
            "php": ">=5.4.0",
            "yiisoft/yii2-composer": "~2.0.4"
        },
        "time": "2017-06-05 14:33:41",
        "bin": [
            "yii"
        ],
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "2.0.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "yii\\": ""
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "authors": [
            {
                "name": "Qiang Xue",
                "email": "qiang.xue@gmail.com",
                "homepage": "http://www.yiiframework.com/",
                "role": "Founder and project lead"
            },
            {
                "name": "Alexander Makarov",
                "email": "sam@rmcreative.ru",
                "homepage": "http://rmcreative.ru/",
                "role": "Core framework development"
            },
            {
                "name": "Maurizio Domba",
                "homepage": "http://mdomba.info/",
                "role": "Core framework development"
            },
            {
                "name": "Carsten Brandt",
                "email": "mail@cebe.cc",
                "homepage": "http://cebe.cc/",
                "role": "Core framework development"
            },
            {
                "name": "Timur Ruziev",
                "email": "resurtm@gmail.com",
                "homepage": "http://resurtm.com/",
                "role": "Core framework development"
            },
            {
                "name": "Paul Klimov",
                "email": "klimov.paul@gmail.com",
                "role": "Core framework development"
            },
            {
                "name": "Dmitry Naumenko",
                "email": "d.naumenko.a@gmail.com",
                "role": "Core framework development"
            },
            {
                "name": "Boudewijn Vahrmeijer",
                "email": "info@dynasource.eu",
                "homepage": "http://dynasource.eu",
                "role": "Core framework development"
            }
        ],
        "description": "Yii PHP Framework Version 2",
        "homepage": "http://www.yiiframework.com/",
        "keywords": [
            "framework",
            "yii2"
        ]
    },
    {
        "name": "yiisoft/yii2-swiftmailer",
        "version": "2.0.7",
        "version_normalized": "2.0.7.0",
        "source": {
            "type": "git",
            "url": "https://github.com/yiisoft/yii2-swiftmailer.git",
            "reference": "8a03a62cbcb82e7697d3002eb43a8d2637f566ec"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/yiisoft/yii2-swiftmailer/zipball/8a03a62cbcb82e7697d3002eb43a8d2637f566ec",
            "reference": "8a03a62cbcb82e7697d3002eb43a8d2637f566ec",
            "shasum": ""
        },
        "require": {
            "swiftmailer/swiftmailer": "~5.0",
            "yiisoft/yii2": "~2.0.4"
        },
        "time": "2017-05-01 08:29:00",
        "type": "yii2-extension",
        "extra": {
            "branch-alias": {
                "dev-master": "2.0.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "yii\\swiftmailer\\": ""
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "authors": [
            {
                "name": "Paul Klimov",
                "email": "klimov.paul@gmail.com"
            }
        ],
        "description": "The SwiftMailer integration for the Yii framework",
        "keywords": [
            "email",
            "mail",
            "mailer",
            "swift",
            "swiftmailer",
            "yii2"
        ]
    },
    {
        "name": "bower-asset/font-awesome",
        "version": "v4.7.0",
        "version_normalized": "4.7.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/FortAwesome/Font-Awesome.git",
            "reference": "a8386aae19e200ddb0f6845b5feeee5eb7013687"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/FortAwesome/Font-Awesome/zipball/a8386aae19e200ddb0f6845b5feeee5eb7013687",
            "reference": "a8386aae19e200ddb0f6845b5feeee5eb7013687",
            "shasum": ""
        },
        "type": "bower-asset-library",
        "extra": {
            "bower-asset-main": [
                "less/font-awesome.less",
                "scss/font-awesome.scss"
            ],
            "bower-asset-ignore": [
                "*/.*",
                "*.json",
                "src",
                "*.yml",
                "Gemfile",
                "Gemfile.lock",
                "*.md"
            ]
        },
        "installation-source": "dist",
        "license": [
            "OFL-1.1",
            "MIT",
            "CC-BY-3.0"
        ],
        "description": "Font Awesome"
    },
    {
        "name": "bower-asset/jquery-mousewheel",
        "version": "3.1.13",
        "version_normalized": "3.1.13.0",
        "source": {
            "type": "git",
            "url": "https://github.com/jquery/jquery-mousewheel.git",
            "reference": "67289b6b2aa0066d7d78a5807f520387135ffb22"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/jquery/jquery-mousewheel/zipball/67289b6b2aa0066d7d78a5807f520387135ffb22",
            "reference": "67289b6b2aa0066d7d78a5807f520387135ffb22",
            "shasum": ""
        },
        "require": {
            "bower-asset/jquery": ">=1.2.2"
        },
        "type": "bower-asset-library",
        "extra": {
            "bower-asset-main": "./jquery.mousewheel.js",
            "bower-asset-ignore": [
                "*.json",
                "*.markdown",
                "*.txt",
                ".*",
                "!LICENSE.txt",
                "Gruntfile.js",
                "test"
            ]
        },
        "installation-source": "dist"
    },
    {
        "name": "bower-asset/fancybox",
        "version": "V2.1.7",
        "version_normalized": "2.1.7.0",
        "source": {
            "type": "git",
            "url": "https://github.com/fancyapps/fancybox.git",
            "reference": "b708e8060cefd45c97981143f85d4094e3d6e18c"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/fancyapps/fancybox/zipball/b708e8060cefd45c97981143f85d4094e3d6e18c",
            "reference": "b708e8060cefd45c97981143f85d4094e3d6e18c",
            "shasum": ""
        },
        "require": {
            "bower-asset/jquery": ">=1.10",
            "bower-asset/jquery-mousewheel": "~3.1.3"
        },
        "type": "bower-asset-library",
        "extra": {
            "bower-asset-main": [
                "source/jquery.fancybox.css",
                "source/jquery.fancybox.pack.js",
                "source/blank.gif",
                "source/fancybox_loading.gif",
                "source/fancybox_loading@2x.gif",
                "source/fancybox_overlay.png",
                "source/fancybox_sprite.png",
                "source/fancybox_sprite@2x.png"
            ],
            "bower-asset-ignore": [
                "**/.*",
                "fancybox.jquery.json",
                "demo"
            ]
        },
        "installation-source": "dist",
        "license": [
            "GPLv3"
        ],
        "description": "fancyBox offers an elegant way to present images, html content and multimedia for webpages",
        "keywords": [
            "effect",
            "lightbox",
            "modal",
            "responsive",
            "ui",
            "window"
        ]
    },
    {
        "name": "kartik-v/yii2-krajee-base",
        "version": "v1.8.8",
        "version_normalized": "1.8.8.0",
        "source": {
            "type": "git",
            "url": "https://github.com/kartik-v/yii2-krajee-base.git",
            "reference": "2479241c03c87995cfc528ae7b297f5ae9e733cb"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/kartik-v/yii2-krajee-base/zipball/2479241c03c87995cfc528ae7b297f5ae9e733cb",
            "reference": "2479241c03c87995cfc528ae7b297f5ae9e733cb",
            "shasum": ""
        },
        "require": {
            "yiisoft/yii2-bootstrap": "@dev"
        },
        "time": "2017-02-22 05:58:53",
        "type": "yii2-extension",
        "extra": {
            "branch-alias": {
                "dev-master": "1.8.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "kartik\\base\\": ""
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "authors": [
            {
                "name": "Kartik Visweswaran",
                "email": "kartikv2@gmail.com",
                "homepage": "http://www.krajee.com/"
            }
        ],
        "description": "Base library and foundation components for all Yii2 Krajee extensions.",
        "homepage": "https://github.com/kartik-v/yii2-krajee-base",
        "keywords": [
            "base",
            "extension",
            "foundation",
            "krajee",
            "widget",
            "yii2"
        ]
    },
    {
        "name": "kartik-v/yii2-widget-select2",
        "version": "v2.0.9",
        "version_normalized": "2.0.9.0",
        "source": {
            "type": "git",
            "url": "https://github.com/kartik-v/yii2-widget-select2.git",
            "reference": "03f202e9e2415f4c84e93a64074d85677fd0cc51"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/kartik-v/yii2-widget-select2/zipball/03f202e9e2415f4c84e93a64074d85677fd0cc51",
            "reference": "03f202e9e2415f4c84e93a64074d85677fd0cc51",
            "shasum": ""
        },
        "require": {
            "kartik-v/yii2-krajee-base": "~1.7"
        },
        "time": "2017-04-12 09:00:24",
        "type": "yii2-extension",
        "extra": {
            "branch-alias": {
                "dev-master": "2.0.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "kartik\\select2\\": ""
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "authors": [
            {
                "name": "Kartik Visweswaran",
                "email": "kartikv2@gmail.com",
                "homepage": "http://www.krajee.com/"
            }
        ],
        "description": "Enhanced Yii2 wrapper for the Select2 jQuery plugin (sub repo split from yii2-widgets).",
        "homepage": "https://github.com/kartik-v/yii2-widget-select2",
        "keywords": [
            "dropdown",
            "extension",
            "form",
            "jquery",
            "plugin",
            "select2",
            "widget",
            "yii2"
        ]
    },
    {
        "name": "imagine/imagine",
        "version": "v0.6.3",
        "version_normalized": "0.6.3.0",
        "source": {
            "type": "git",
            "url": "https://github.com/avalanche123/Imagine.git",
            "reference": "149041d2a1b517107bfe270ca2b1a17aa341715d"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/avalanche123/Imagine/zipball/149041d2a1b517107bfe270ca2b1a17aa341715d",
            "reference": "149041d2a1b517107bfe270ca2b1a17aa341715d",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.2"
        },
        "require-dev": {
            "sami/sami": "dev-master"
        },
        "suggest": {
            "ext-gd": "to use the GD implementation",
            "ext-gmagick": "to use the Gmagick implementation",
            "ext-imagick": "to use the Imagick implementation"
        },
        "time": "2015-09-19 16:54:05",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-develop": "0.7-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "Imagine": "lib/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Bulat Shakirzyanov",
                "email": "mallluhuct@gmail.com",
                "homepage": "http://avalanche123.com"
            }
        ],
        "description": "Image processing for PHP 5.3",
        "homepage": "http://imagine.readthedocs.org/",
        "keywords": [
            "drawing",
            "graphics",
            "image manipulation",
            "image processing"
        ]
    },
    {
        "name": "yiisoft/yii2-imagine",
        "version": "2.1.0",
        "version_normalized": "2.1.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/yiisoft/yii2-imagine.git",
            "reference": "59dcd0b43c2b0e5495c7e5c0320e2cbc1cd57411"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/yiisoft/yii2-imagine/zipball/59dcd0b43c2b0e5495c7e5c0320e2cbc1cd57411",
            "reference": "59dcd0b43c2b0e5495c7e5c0320e2cbc1cd57411",
            "shasum": ""
        },
        "require": {
            "imagine/imagine": "~0.6.0",
            "yiisoft/yii2": "~2.0.0"
        },
        "time": "2016-11-03 19:28:39",
        "type": "yii2-extension",
        "extra": {
            "branch-alias": {
                "dev-master": "2.0.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "yii\\imagine\\": ""
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "authors": [
            {
                "name": "Antonio Ramirez",
                "email": "amigo.cobos@gmail.com"
            }
        ],
        "description": "The Imagine integration for the Yii framework",
        "keywords": [
            "helper",
            "image",
            "imagine",
            "yii2"
        ]
    },
    {
        "name": "kartik-v/bootstrap-fileinput",
        "version": "v4.4.2",
        "version_normalized": "4.4.2.0",
        "source": {
            "type": "git",
            "url": "https://github.com/kartik-v/bootstrap-fileinput.git",
            "reference": "28c89de2708f32814879241b6f112ee27b8f4ec8"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/kartik-v/bootstrap-fileinput/zipball/28c89de2708f32814879241b6f112ee27b8f4ec8",
            "reference": "28c89de2708f32814879241b6f112ee27b8f4ec8",
            "shasum": ""
        },
        "time": "2017-06-24 05:15:30",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "4.4.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "kartik\\plugins\\fileinput\\": ""
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "authors": [
            {
                "name": "Kartik Visweswaran",
                "email": "kartikv2@gmail.com",
                "homepage": "http://www.krajee.com/"
            }
        ],
        "description": "An enhanced HTML 5 file input for Bootstrap 3.x with features for file preview for many file types, multiple selection, ajax uploads, and more.",
        "homepage": "https://github.com/kartik-v/bootstrap-fileinput",
        "keywords": [
            "ajax",
            "bootstrap",
            "delete",
            "file",
            "image",
            "input",
            "jquery",
            "multiple",
            "preview",
            "progress",
            "upload"
        ]
    },
    {
        "name": "kartik-v/yii2-widget-fileinput",
        "version": "v1.0.6",
        "version_normalized": "1.0.6.0",
        "source": {
            "type": "git",
            "url": "https://github.com/kartik-v/yii2-widget-fileinput.git",
            "reference": "d2c8dcde1aa69ac0c4a0e3b3cfc0d79b3cc2a550"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/kartik-v/yii2-widget-fileinput/zipball/d2c8dcde1aa69ac0c4a0e3b3cfc0d79b3cc2a550",
            "reference": "d2c8dcde1aa69ac0c4a0e3b3cfc0d79b3cc2a550",
            "shasum": ""
        },
        "require": {
            "kartik-v/bootstrap-fileinput": "~4.4",
            "kartik-v/yii2-krajee-base": "~1.7"
        },
        "time": "2017-05-25 20:12:30",
        "type": "yii2-extension",
        "extra": {
            "branch-alias": {
                "dev-master": "1.0.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "kartik\\file\\": ""
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "authors": [
            {
                "name": "Kartik Visweswaran",
                "email": "kartikv2@gmail.com",
                "homepage": "http://www.krajee.com/"
            }
        ],
        "description": "An enhanced FileInput widget for Bootstrap 3.x with file preview, multiple selection, and more features (sub repo split from yii2-widgets)",
        "homepage": "https://github.com/kartik-v/yii2-widget-fileinput",
        "keywords": [
            "extension",
            "file",
            "form",
            "input",
            "jquery",
            "plugin",
            "upload",
            "widget",
            "yii2"
        ]
    },
    {
        "name": "yiisoft/yii2-codeception",
        "version": "2.0.6",
        "version_normalized": "2.0.6.0",
        "source": {
            "type": "git",
            "url": "https://github.com/yiisoft/yii2-codeception.git",
            "reference": "086c8c2d28736e7a484a7a8611b5cc84024e9fb3"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/yiisoft/yii2-codeception/zipball/086c8c2d28736e7a484a7a8611b5cc84024e9fb3",
            "reference": "086c8c2d28736e7a484a7a8611b5cc84024e9fb3",
            "shasum": ""
        },
        "require": {
            "yiisoft/yii2": ">=2.0.4"
        },
        "time": "2017-05-22 12:08:21",
        "type": "yii2-extension",
        "extra": {
            "branch-alias": {
                "dev-master": "2.0.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "yii\\codeception\\": ""
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "authors": [
            {
                "name": "Mark Jebri",
                "email": "mark.github@yandex.ru"
            }
        ],
        "description": "The Codeception integration for the Yii framework",
        "keywords": [
            "codeception",
            "yii2"
        ],
        "abandoned": "codeception/codeception"
    },
    {
        "name": "yiisoft/yii2-debug",
        "version": "2.0.9",
        "version_normalized": "2.0.9.0",
        "source": {
            "type": "git",
            "url": "https://github.com/yiisoft/yii2-debug.git",
            "reference": "647be6c9d48dc2f3c2e2f33b9eba0a4ca78abde9"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/yiisoft/yii2-debug/zipball/647be6c9d48dc2f3c2e2f33b9eba0a4ca78abde9",
            "reference": "647be6c9d48dc2f3c2e2f33b9eba0a4ca78abde9",
            "shasum": ""
        },
        "require": {
            "yiisoft/yii2": "~2.0.11",
            "yiisoft/yii2-bootstrap": "~2.0.0"
        },
        "time": "2017-02-21 10:30:50",
        "type": "yii2-extension",
        "extra": {
            "branch-alias": {
                "dev-master": "2.0.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "yii\\debug\\": ""
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "authors": [
            {
                "name": "Qiang Xue",
                "email": "qiang.xue@gmail.com"
            }
        ],
        "description": "The debugger extension for the Yii framework",
        "keywords": [
            "debug",
            "debugger",
            "yii2"
        ]
    },
    {
        "name": "bower-asset/moment",
        "version": "2.18.1",
        "version_normalized": "2.18.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/moment/moment.git",
            "reference": "b8a7fc310eb3625e83fc0c8f1ea2840fa83c7378"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/moment/moment/zipball/b8a7fc310eb3625e83fc0c8f1ea2840fa83c7378",
            "reference": "b8a7fc310eb3625e83fc0c8f1ea2840fa83c7378",
            "shasum": ""
        },
        "type": "bower-asset-library",
        "extra": {
            "bower-asset-main": "moment.js",
            "bower-asset-ignore": [
                "**/.*",
                "benchmarks",
                "bower_components",
                "meteor",
                "node_modules",
                "scripts",
                "tasks",
                "test",
                "component.json",
                "composer.json",
                "CONTRIBUTING.md",
                "ender.js",
                "Gruntfile.js",
                "Moment.js.nuspec",
                "package.js",
                "package.json",
                "ISSUE_TEMPLATE.md",
                "typing-tests"
            ]
        },
        "installation-source": "dist",
        "license": [
            "MIT"
        ]
    },
    {
        "name": "bower-asset/fullcalendar",
        "version": "v3.4.0",
        "version_normalized": "3.4.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/fullcalendar/fullcalendar.git",
            "reference": "447ab267528a211b253058dfb5d898b7a2296492"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/fullcalendar/fullcalendar/zipball/447ab267528a211b253058dfb5d898b7a2296492",
            "reference": "447ab267528a211b253058dfb5d898b7a2296492",
            "shasum": ""
        },
        "require": {
            "bower-asset/jquery": ">=2,<4.0",
            "bower-asset/moment": ">=2.9.0,<3.0.0"
        },
        "type": "bower-asset-library",
        "extra": {
            "bower-asset-main": [
                "dist/fullcalendar.js",
                "dist/fullcalendar.css"
            ],
            "bower-asset-ignore": [
                "*",
                "**/.*",
                "!/dist/**",
                "!/README.*",
                "!/LICENSE.*",
                "!/CHANGELOG.*",
                "!/CONTRIBUTING.*"
            ]
        },
        "installation-source": "dist",
        "license": [
            "MIT"
        ],
        "description": "Full-sized drag & drop event calendar",
        "keywords": [
            "calendar",
            "event",
            "full-sized",
            "jquery-plugin"
        ]
    },
    {
        "name": "kartik-v/dependent-dropdown",
        "version": "v1.4.4",
        "version_normalized": "1.4.4.0",
        "source": {
            "type": "git",
            "url": "https://github.com/kartik-v/dependent-dropdown.git",
            "reference": "a13970aec78e8eaae5cb9f1168df20d443f95113"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/kartik-v/dependent-dropdown/zipball/a13970aec78e8eaae5cb9f1168df20d443f95113",
            "reference": "a13970aec78e8eaae5cb9f1168df20d443f95113",
            "shasum": ""
        },
        "time": "2015-12-16 18:15:01",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "kartik\\plugins\\depdrop\\": ""
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "authors": [
            {
                "name": "Kartik Visweswaran",
                "email": "kartikv2@gmail.com",
                "homepage": "http://www.krajee.com/"
            }
        ],
        "description": "A multi level dependent dropdown JQuery plugin that allows nested dependencies.",
        "homepage": "https://github.com/kartik-v/dependent-dropdown",
        "keywords": [
            "dependent",
            "dropdown",
            "jquery",
            "option",
            "select"
        ]
    },
    {
        "name": "kartik-v/yii2-widget-depdrop",
        "version": "v1.0.4",
        "version_normalized": "1.0.4.0",
        "source": {
            "type": "git",
            "url": "https://github.com/kartik-v/yii2-widget-depdrop.git",
            "reference": "6918ca6f7d7be153c80f6aa9c261f9b333293e9c"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/kartik-v/yii2-widget-depdrop/zipball/6918ca6f7d7be153c80f6aa9c261f9b333293e9c",
            "reference": "6918ca6f7d7be153c80f6aa9c261f9b333293e9c",
            "shasum": ""
        },
        "require": {
            "kartik-v/dependent-dropdown": "~1.4",
            "kartik-v/yii2-krajee-base": "~1.7"
        },
        "time": "2016-01-10 17:30:48",
        "type": "yii2-extension",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "kartik\\depdrop\\": ""
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "authors": [
            {
                "name": "Kartik Visweswaran",
                "email": "kartikv2@gmail.com",
                "homepage": "http://www.krajee.com/"
            }
        ],
        "description": "Widget that enables setting up dependent dropdowns with nested dependencies (sub repo split from yii2-widgets)",
        "homepage": "https://github.com/kartik-v/yii2-widget-depdrop",
        "keywords": [
            "dependent",
            "dropdown",
            "extension",
            "form",
            "jquery",
            "plugin",
            "widget",
            "yii2"
        ]
    }
]
