-
Notifications
You must be signed in to change notification settings - Fork 19
/
composer.json
47 lines (47 loc) · 1.18 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
{
"name": "mithun12000/adminui",
"description": "Yii2 admin ui based on AdminLTE free template",
"version":"1.0.0",
"keywords": [
"yii2",
"theme",
"adminUi",
"layout"
],
"type": "yii2-extension",
"license": "MIT",
"support": {
"issues": "https://github.com/mithun12000/adminUI/issues?page=1&state=open",
"source": "https://github.com/mithun12000/adminUI"
},
"authors": [
{
"name": "Mithun Mandal",
"email":"mithun12000@gmail.com",
"homepage": "http://Indiatimes.com"
}
],
"minimum-stability": "dev",
"require": {
"yiisoft/yii2":">= 2.0.0",
"yiisoft/yii2-bootstrap": ">= 2.0.0",
"mithun12000/yii2-urlasset":">=1.0",
"bower-asset/font-awesome": "4.2.0",
"bower-asset/Ionicons":"1.5.2",
"bower-asset/ckeditor":"4.*",
"bower-asset/bootstrap-daterangepicker":"1.3.13",
"bower-asset/tinymce":"4.*",
"bower-asset/dropzone":"3.*",
"bower-asset/jquery-ui":"1.11.2"
},
"autoload": {
"psr-4": {
"yii\\adminUi\\": "src/",
"vendor\\adminUi\\assets\\":"src/assets",
"backend\\themes\\adminui\\":"src/themes"
}
},
"extra":{
"bootstrap":"yii\\adminUi\\AdminUiBootstrap"
}
}