forked from EmicoEcommerce/Magento1Tweakwise-archived
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
23 lines (23 loc) · 1.08 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
{
"name": "emico/magento1-tweakwise",
"type": "magento-module",
"license": "OSL-3.0",
"description": "Magento 1 tweakwise frontend support",
"authors": [
{
"name":"Emico",
"email":"[email protected]"
}
],
"extra": {
"map": [
["app/code/community/Emico/Tweakwise", "app/code/community/Emico/Tweakwise"],
["app/etc/modules/Emico_Tweakwise.xml", "app/etc/modules/Emico_Tweakwise.xml"],
["app/design/frontend/base/default/layout/emico_tweakwise.xml", "app/design/frontend/base/default/layout/emico_tweakwise.xml"],
["app/design/frontend/rwd/default/layout/emico_tweakwise.xml", "app/design/frontend/rwd/default/layout/emico_tweakwise.xml"],
["app/design/frontend/base/default/template/emico_tweakwise", "app/design/frontend/base/default/template/emico_tweakwise"],
["app/locale/nl_NL/Emico_Tweakwise.csv", "app/locale/nl_NL/Emico_Tweakwise.csv"],
["skin/frontend/base/default/emico_tweakwise", "skin/frontend/base/default/emico_tweakwise"]
]
}
}