-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
77 lines (77 loc) · 2.7 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
{
"name": "xpressengine-plugin/together",
"description": "Together 테마와 이와 잘 어울리는 위젯 스킨을 포함하고 있습니다",
"keywords": [
"xpressengine",
"xpressengine-plugin",
"xpressengine-theme",
"xe"
],
"license": "LGPL-3.0-or-later",
"version": "1.0.6",
"type": "xpressengine-plugin",
"support": {
"email": "[email protected]"
},
"authors": [
{
"name": "XE Developers",
"email": "[email protected]",
"homepage": "https://store.xehub.io/plugins/together",
"role": "Developer"
}
],
"extra": {
"xpressengine": {
"title": "Together",
"component": {
"theme/together@together": {
"class": "Xpressengine\\Plugins\\Together\\Components\\Theme\\Theme",
"name": "Together",
"description": "Together",
"screenshot": "/plugins/together/screenshots/main.png"
},
"widget/board@list/skin/together@gallery": {
"class": "Xpressengine\\Plugins\\Together\\Components\\Skins\\ArticleList\\Gallery\\GallerySkin",
"name": "Together-gallery 스킨",
"description": "Together-gallery 스킨"
},
"widget/board@list/skin/together@latest": {
"class": "Xpressengine\\Plugins\\Together\\Components\\Skins\\ArticleList\\Latest\\LatestSkin",
"name": "Together-latest 스킨",
"description": "Together-latest 스킨"
},
"widget/board@list/skin/together@media": {
"class": "Xpressengine\\Plugins\\Together\\Components\\Skins\\ArticleList\\Media\\MediaSkin",
"name": "Together-media 스킨",
"description": "Together-media 스킨"
},
"widget/board@list/skin/together@notice": {
"class": "Xpressengine\\Plugins\\Together\\Components\\Skins\\ArticleList\\Notice\\NoticeSkin",
"name": "Together-notice 스킨",
"description": "Together-notice 스킨"
},
"widget/banner@widget/skin/together@category": {
"class": "Xpressengine\\Plugins\\Together\\Components\\Skins\\Banner\\Category\\CategorySkin",
"name": "Together-Category 스킨",
"description": "Together-Category 스킨"
},
"widget/banner@widget/skin/together@dday": {
"class": "Xpressengine\\Plugins\\Together\\Components\\Skins\\Banner\\Dday\\DdaySkin",
"name": "Together-Dday 스킨",
"description": "Together-Dday 스킨"
}
}
}
},
"require": {
"xpressengine/xpressengine": "^3.0.2",
"xpressengine-plugin/board": "*",
"xpressengine-plugin/banner": "*"
},
"autoload": {
"psr-4": {
"Xpressengine\\Plugins\\Together\\": "./"
}
}
}