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
2015-11-08 12:15:16 -02:00

41 lines
1.1 KiB
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",
"wbraganca",
"fancytree",
"treeview",
"yii2-fancytree-widget"
],
"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": "*",
"bower-asset/fancytree": ">=2.12"
},
"autoload": {
"psr-4": {
"wbraganca\\fancytree\\": "src"
}
},
"extra": {
"asset-installer-paths": {
"npm-asset-library": "vendor/npm",
"bower-asset-library": "vendor/bower"
}
}
}