forked from ctasca/magento-elasticsearch-module
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
41 lines (41 loc) · 1.25 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
{
"name":"pocketphp/elasticsearch",
"type":"magento-module",
"description":"Elasticsearch module for Magento",
"keywords": ["Magento", "Elasticsearch", "magesearch", "mage", "search"],
"license": "MIT",
"authors": [
{
"name": "Carlo Tasca",
"email": "carlo.tasca.mail@gmail.com"
}
],
"require":{
"magento-hackathon/magento-composer-installer":"*"
},
"extra":{
"map":[
[
"app/code/community/Pocketphp/Elasticsearch", "app/code/community/Pocketphp/Elasticsearch"
],
[
"js/elasticsearch", "js/elasticsearch"
],
[
"app/design/frontend/base/default/layout/pocketphp", "app/design/frontend/base/default/layout/pocketphp"
],
[
"app/design/frontend/base/default/template/elasticsearch", "app/design/frontend/base/default/template/elasticsearch"
],
[
"app/etc/modules/Pocketphp_Elasticsearch.xml", "app/etc/modules/Pocketphp_Elasticsearch.xml"
],
[
"app/locale/en_US/Pocketphp_Elasticsearch.csv", "app/locale/en_US/Pocketphp_Elasticsearch.csv"
],
[
"app/locale/en_GB/Pocketphp_Elasticsearch.csv", "app/locale/en_GB/Pocketphp_Elasticsearch.csv"
]
]
}
}