-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcomposer.json
43 lines (43 loc) · 1021 Bytes
/
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
{
"name": "xpressengine-plugin/xe_poll",
"description": "This Package is Xpressengine Plugin - 설문.",
"keywords": [
"xpressengine",
"plugin",
"poll"
],
"license": "LGPL-3.0-or-later",
"version": "0.9.2",
"type": "xpressengine-plugin",
"support": {
"email": "[email protected]"
},
"authors": [
{
"name": "XE Developers",
"email": "[email protected]",
"homepage": "https://store.xehub.io/plugins/xe_poll",
"role": "Developer"
}
],
"extra": {
"xpressengine": {
"title": "설문",
"component": {
"editortool/poll_tool@poll": {
"class": "Xpressengine\\Plugins\\Poll\\Components\\EditorTools\\Poll\\PollEditorTool",
"name": "Poll Editor Tool",
"description": "에디터에서 투표 기능 사용"
}
}
}
},
"require": {
"xpressengine/xpressengine": "~3.0.9"
},
"autoload": {
"psr-4": {
"Xpressengine\\Plugins\\Poll\\": "src/"
}
}
}