-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
45 lines (45 loc) · 1.01 KB
/
composer.json
File metadata and controls
45 lines (45 loc) · 1.01 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
{
"name": "ommu/appic",
"description": "Appic - Creative Mobile App HTML Landing Page Template",
"keywords": [
"theme",
"frontend",
"onepage",
"mobile-app",
"landing-page",
"mobile",
"app",
"landing",
"ommu"
],
"homepage": "https://github.com/ommu/theme-appic",
"type": "ommu-theme",
"license": "Apache-2.0",
"support": {
"issues": "https://github.com/ommu/theme-appic/issues",
"wiki": "https://github.com/ommu/theme-appic/wiki",
"source": "https://github.com/ommu/theme-appic"
},
"repository": {
"type": "git",
"url": "https://github.com/ommu/theme-appic.git"
},
"authors": [
{
"name": "Putra Sudaryanto",
"email": "putra@ommu.id",
"homepage": "https://ommu.id",
"role": "Developer"
},
{
"name": "VladerThemes",
"homepage": "https://www.templatemonster.com/authors/5a05422a9c163/",
"role": "Creator"
}
],
"require": {
"php": ">=5.3.2",
"oomphinc/composer-installers-extender": "^1.0",
"yiisoft/yii": "1.1.*"
}
}