e26d0c56
Yarik
first commit
|
1
|
{
|
543b9b1c
Yarik
Composer ready
|
2
3
|
"name": "artweb/artbox-basic",
"description": "Artbox Basic Project Template",
|
40ab364c
Yarik
Page
|
4
5
|
"keywords": [
"yii2",
|
543b9b1c
Yarik
Composer ready
|
6
7
8
9
|
"cms",
"artweb",
"artbox",
"basic",
|
40ab364c
Yarik
Page
|
10
11
|
"project template"
],
|
543b9b1c
Yarik
Composer ready
|
12
|
"homepage": "http://artweb.ua",
|
40ab364c
Yarik
Page
|
13
14
15
|
"type": "project",
"license": "BSD-3-Clause",
"support": {
|
543b9b1c
Yarik
Composer ready
|
16
|
"wiki": "http://www.yiiframework.com/wiki/"
|
40ab364c
Yarik
Page
|
17
|
},
|
b5ee4c0c
Yarik
Composer secure off
|
18
|
"minimum-stability": "stable",
|
40ab364c
Yarik
Page
|
19
|
"require": {
|
543b9b1c
Yarik
Composer ready
|
20
|
"php": ">=7.0",
|
a7a2854d
Yarik
Composer road to ...
|
21
22
23
24
25
26
27
28
|
"yiisoft/yii2": "~2.0",
"yiisoft/yii2-bootstrap": "~2.0",
"yiisoft/yii2-swiftmailer": "~2.0",
"noam148/yii2-image-manager": "~1.0",
"yiister/yii2-gentelella": "~1.0",
"yii2tech/filedb": "~1.0",
"hiqdev/yii2-asset-pnotify": "~2.0",
"hiqdev/yii2-asset-icheck": "~1.0",
|
83c3e54a
Yarik
Language
|
29
|
"google/apiclient": "^2.0",
|
e01541b2
Alexey Boroda
-Am charts
|
30
|
"bower-asset/amcharts-stock": "@dev",
|
4acbd19d
Alexey Boroda
-Bar tabs
|
31
|
"speixoto/yii2-amcharts": "^0.1.1",
|
bd0ba865
Alexey Boroda
-Category almost ...
|
32
33
|
"2amigos/yii2-tinymce-widget": "~1.1",
"kartik-v/yii2-widget-select2": "@dev"
|
40ab364c
Yarik
Page
|
34
35
|
},
"require-dev": {
|
a7a2854d
Yarik
Composer road to ...
|
36
37
38
39
40
|
"yiisoft/yii2-debug": "~2.0.0",
"yiisoft/yii2-gii": "~2.0.0",
"yiisoft/yii2-faker": "~2.0.0",
"codeception/base": "^2.2.3",
"codeception/verify": "~0.3.1"
|
40ab364c
Yarik
Page
|
41
42
|
},
"config": {
|
92948526
Yarik
Composer secure off
|
43
|
"process-timeout": 1800
|
40ab364c
Yarik
Page
|
44
45
46
47
48
|
},
"extra": {
"asset-installer-paths": {
"npm-asset-library": "vendor/npm",
"bower-asset-library": "vendor/bower"
|
e26d0c56
Yarik
first commit
|
49
|
}
|
de07a276
Yarik
v0.0.2-stable
|
50
51
52
53
54
|
},
"repositories": [
{
"type": "vcs",
"url": "git@gitlab.artweb.com.ua:yarik.nechyporuk/artbox-core.git"
|
de07a276
Yarik
v0.0.2-stable
|
55
|
}
|
5f8f82bc
Yarik
v0.0.3-stable
|
56
|
]
|
e26d0c56
Yarik
first commit
|
57
|
}
|