-
Notifications
You must be signed in to change notification settings - Fork 191
/
composer.json
43 lines (43 loc) · 1.51 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
42
43
{
"name": "webcomm/magento-boilerplate",
"type": "magento-module",
"description": "HTML5 Twitter Bootstrap 3.1 Magento Boilerplate Template",
"license": "MIT",
"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": {
"branch-alias": {
"dev-master": "2.0-dev"
},
"magento-root-dir": "./",
"magento-deploystrategy": "copy",
"map": [
["app/code/community/Webcomm/BootstrapNavigation", "app/code/community/Webcomm/BootstrapNavigation"],
["app/code/community/Webcomm/MagentoBoilerplate", "app/code/community/Webcomm/MagentoBoilerplate"],
["app/design/frontend/boilerplate/default", "app/design/frontend/boilerplate/default"],
["app/etc/modules/Webcomm_BootstrapNavigation.xml", "app/etc/modules/Webcomm_BootstrapNavigation.xml"],
["app/etc/modules/Webcomm_MagentoBoilerplate.xml", "app/etc/modules/Webcomm_MagentoBoilerplate.xml"],
["skin/frontend/boilerplate/default", "skin/frontend/boilerplate/default"]
]
},
"config": {
"preferred-install": "dist"
}
}