-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
31 lines (31 loc) · 965 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
{
"name": "aperturelab/magento-mailjet",
"description": "Magento module that integrate Mailjet services with your e-commerce website.",
"type": "magento-module",
"license": "OSL-3.0",
"keywords": [
"magento", "mailjet", "email", "newsletter"
],
"homepage": "https://github.com/ApertureLab/Magento-Mailjet",
"authors": [
{
"name":"Arnaud Ligny",
"email":"[email protected]",
"homepage": "http://narno.org"
}
],
"support": {
"issues": "https://github.com/ApertureLab/Magento-Mailjet/issues",
"source": "https://github.com/ApertureLab/Magento-Mailjet"
},
"require": {
"magento-hackathon/magento-composer-installer": "*"
},
"extra": {
"map": [
["src/app/etc/modules/AL_Mailjet.xml", "app/etc/modules/AL_Mailjet.xml"],
["src/app/code/community/AL/Mailjet/", "app/code/community/AL/Mailjet/"],
["src/app/locale/fr_FR/AL_Mailjet.csv", "app/locale/fr_FR/AL_Mailjet.csv"]
]
}
}