-
Notifications
You must be signed in to change notification settings - Fork 23
/
composer.json
40 lines (40 loc) · 1023 Bytes
/
composer.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
{
"name": "gilek/yii2-gtreetable",
"description": "yii2-gtreetable is an extension of Yii 2 Framework, which is wrapper for bootstrap-gtreetable plug-in, on the other hand it provides functionality which allows to save the nodes states into database.",
"keywords": [
"yii2",
"extension",
"gtreetable",
"tree",
"nested"
],
"homepage": "https://github.com/gilek/yii2-gtreetable",
"type": "yii2-extension",
"license": "MIT",
"authors": [
{
"name": "Maciej Kłak",
"email": "[email protected]"
}
],
"require": {
"yiisoft/yii2": "^2.0",
"yiisoft/yii2-bootstrap": "^2.0",
"yiisoft/yii2-jui": "^2.0",
"creocoder/yii2-nested-sets": "~0.9",
"bower-asset/bootstrap-gtreetable" : "^2.0",
"bower-asset/URIjs": "^1.19",
"bower-asset/jquery.browser": "0.1.0"
},
"autoload": {
"psr-4": {
"gilek\\gtreetable\\": ""
}
},
"repositories": [
{
"type": "composer",
"url": "https://asset-packagist.org"
}
]
}