forked from webcomm/magento-boilerplate
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
32 lines (32 loc) · 1.06 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
{
"name": "webcomm/magento-boilerplate",
"type": "magento-module",
"description": "HTML5 Twitter Bootstrap 3.1 Magento Boilerplate Template",
"authors": [
{
"name": "Ben Corlett",
"email": "[email protected]"
},
{
"name": "Webcomm Pty Ltd",
"email": "[email protected]"
}
],
"repositories": [
{
"type": "vcs",
"url": "https://github.com/magento-hackathon/magento-composer-installer"
}
],
"require": {
"magento-hackathon/magento-composer-installer":"*"
},
"extra": {
"map": [
["app/code/local/Webcomm/BootstrapNavigation", "app/code/local/Webcomm/BootstrapNavigation"],
["app/design/frontend/boilerplate/default", "app/design/frontend/boilerplate/default"],
["app/etc/modules/Webcomm_BootstrapNavigation.xml", "app/etc/modules/Webcomm_BootstrapNavigation.xml"],
["skin/frontend/boilerplate/default", "skin/frontend/boilerplate/default"]
]
}
}