-
Notifications
You must be signed in to change notification settings - Fork 8
/
composer.json
executable file
·35 lines (34 loc) · 994 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
{
"name": "jcabanillas/yii2-inspinia",
"description": "Inspinia 2.5 widgets",
"type": "yii2-extension",
"keywords": ["yii2", " inspinia", " assets", " widgets"],
"license": "Apache-2.0",
"authors": [
{
"name": "Javier Cabanillas",
"email": "jcabanillas@bitevolution.net"
}
],
"require": {
"yiisoft/yii2": "*",
"yiisoft/yii2-jui": "*",
"bower-asset/fontawesome": "*",
"bower-asset/ionrangeslider": "*",
"bower-asset/knob": "*",
"bower-asset/switchery": "*",
"bower-asset/cropper": "*",
"bower-asset/momentjs": "*",
"bower-asset/chosen": "*",
"bower-asset/jquery-sparkline": "*",
"bower-asset/flot": "*",
"bower-asset/flot.tooltip": "*",
"bower-asset/flot-spline": "*",
"bower-asset/jquery-timeago": "^1.5"
},
"autoload": {
"psr-4": {
"jcabanillas\\inspinia\\": ""
}
}
}