-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcomposer.json
60 lines (60 loc) · 1.74 KB
/
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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
{
"name": "hiqdev/yii2-asset-datatables",
"type": "yii2-extension",
"description": "Yii2 asset for DataTables jQuery plugin",
"keywords": [
"DataTables",
"asset",
"extension",
"yii2"
],
"homepage": "https://github.com/hiqdev/yii2-asset-datatables",
"license": "BSD-3-Clause",
"support": {
"email": "[email protected]",
"source": "https://github.com/hiqdev/yii2-asset-datatables",
"issues": "https://github.com/hiqdev/yii2-asset-datatables/issues",
"wiki": "https://github.com/hiqdev/yii2-asset-datatables/wiki",
"forum": "https://forum.hiqdev.com/yii2"
},
"authors": [
{
"name": "Andrii Vasyliev",
"role": "Project lead",
"email": "[email protected]",
"homepage": "http://hipanel.com/"
},
{
"name": "Dmitry Naumenko",
"role": "Lead backend developer",
"email": "[email protected]",
"homepage": "http://silverfire.me/"
},
{
"name": "Andrey Klochok",
"role": "Lead frontend developer",
"email": "[email protected]",
"homepage": "http://hiqdev.com/"
},
{
"name": "Yuriy Myronchuk",
"role": "QA Lead",
"email": "[email protected]",
"homepage": "http://hiqdev.com/"
}
],
"require": {
"yiisoft/yii2": "~2.0",
"bower-asset/drmonty-datatables-plugins": "1.10.9"
},
"autoload": {
"psr-4": {
"hiqdev\\assets\\datatables\\": "src"
}
},
"extra": {
"bower-dependencies": {
"drmonty-datatables-plugins": "1.10.9"
}
}
}