This repository has been archived on 2024-03-18. You can view files and clone it, but cannot push or open issues or pull requests.
yii2-fancytree-widget/composer.json
Wanderson Braganca 77b5bbfed1 PSR 4 alias change
2014-11-09 12:37:40 -02:00

26 lines
887 B
JSON

{
"name": "wbraganca/yii2-fancytree-widget",
"description": "The yii2-fancytree widget is a Yii 2 wrapper for the [Fancytree](https://github.com/mar10/fancytree). A JavaScript dynamic tree view plugin for jQuery with support for persistence, keyboard, checkboxes, tables, drag'n'drop, and lazy loading",
"keywords": ["yii2", "extension", "widget", "fancytree", "treeview"],
"type": "yii2-extension",
"license": "BSD-3-Clause",
"support": {
"issues": "https://github.com/wbraganca/yii2-fancytree-widget/issues",
"wiki": "https://github.com/wbraganca/yii2-fancytree-widget/wiki/",
"source": "https://github.com/wbraganca/yii2-fancytree-widget"
},
"authors": [
{
"name": "Wanderson Bragança",
"email": "wanderson.wbc@gmail.com"
}
],
"require": {
"yiisoft/yii2": "*",
"yiisoft/yii2-jui": "*"
},
"autoload": {
"psr-4": { "wbraganca\\fancytree\\": "" }
}
}