-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathcomposer.json
45 lines (45 loc) · 1.05 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
{
"name": "ommu/gentelella",
"description": "Gentelella - Free Bootstrap Admin Template",
"type": "ommu-theme",
"keywords": [
"theme",
"gentelella",
"admin-template",
"bootstrap3",
"ommu",
"ommu-platform",
"yii2"
],
"license": "Apache-2.0",
"homepage": "https://github.com/ommu/theme-gentelella",
"support": {
"issues": "https://github.com/ommu/theme-gentelella/issues",
"wiki": "https://github.com/ommu/theme-gentelella/wiki",
"source": "https://github.com/ommu/theme-gentelella"
},
"repository": {
"type": "git",
"url": "https://github.com/ommu/theme-gentelella.git"
},
"authors": [
{
"name": "Putra Sudaryanto",
"email": "[email protected]",
"homepage": "https://ommu.id",
"role": "Developer"
},
{
"name": "colorlib",
"homepage": "https://colorlib.com",
"role": "Creator"
}
],
"require": {
"php": "~7.0",
"yiisoft/yii2": "~2.0.14",
"yidas/yii2-bower-asset": "~2.0.5",
"yiister/yii2-gentelella": "~1.0",
"npm-asset/wolfy87-eventemitter": "~5.2.1"
}
}