-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
53 lines (53 loc) · 1.33 KB
/
composer.json
File metadata and controls
53 lines (53 loc) · 1.33 KB
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
{
"name": "ommu/arnica",
"description": "Arnica - Creative Coming Soon Template",
"type": "ommu-theme",
"keywords": [
"theme",
"arnica",
"front-template",
"coming-soon",
"maintenance",
"ommu2",
"yii2"
],
"license": "Apache-2.0",
"homepage": "https://github.com/ommu/theme-arnica",
"support": {
"issues": "https://github.com/ommu/theme-arnica/issues",
"wiki": "https://github.com/ommu/theme-arnica/wiki",
"source": "https://github.com/ommu/theme-arnica"
},
"repository": {
"type": "git",
"url": "https://github.com/ommu/theme-arnica.git"
},
"authors": [
{
"name": "Putra Sudaryanto",
"email": "putra@ommu.id",
"homepage": "https://ommu.id",
"role": "Developer"
},
{
"name": "AthenaStudio",
"homepage": "https://themeforest.net/user/athenastudio",
"role": "Creator"
}
],
"require": {
"php": "~7.0",
"yiisoft/yii2": "~2.0.14",
"yiisoft/yii2-bootstrap": "*",
"bower-asset/font-awesome": "~5.1",
"npm-asset/animate.css": "~3.7",
"npm-asset/wowjs": "~1.1",
"npm-asset/ommu--animated-headline": "~1.0",
"npm-asset/kbw-countdown": "~2.1",
"npm-asset/dialog-fx": "*",
"npm-asset/malihu-custom-scrollbar-plugin": "~3.0",
"npm-asset/vegas": "~2.4",
"npm-asset/jquery.mb.ytplayer": "~3.2",
"npm-asset/jaaulde-cookies": "~3.0"
}
}