forked from fedemotta/yii2-gridstack
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
executable file
·39 lines (39 loc) · 1.11 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
{
"name": "fedemotta/yii2-gridstack",
"description": "Gridstack.js widget for Yii2",
"type": "yii2-extension",
"minimum-stability": "stable",
"keywords": ["yii2","extension","gridstack","gridstack.js","drag-and-drop","multi-column","jQuery","grid","plugin","responsive"],
"license": "MIT",
"support": {
"issues": "https://github.com/fedemotta/yii2-gridstack/issues?state=open",
"source": "https://github.com/fedemotta/yii2-gridstack"
},
"authors": [
{
"name": "Federico Nicolás Motta",
"email": "[email protected]"
}
],
"require": {
"yiisoft/yii2": "*",
"bower-asset/lodash":">= 3.5.0",
"bower-asset/jquery":">= 1.11.0",
"bower-asset/jquery-ui":">= 1.11.0",
"bower-asset/gridstack":"@dev"
},
"autoload": {
"psr-4": {
"fedemotta\\gridstack\\": ""
}
},
"config": {
"process-timeout": 1800,
"fxp-asset": {
"installer-paths": {
"npm-asset-library": "vendor/npm",
"bower-asset-library": "vendor/bower"
}
}
}
}