-
Notifications
You must be signed in to change notification settings - Fork 1
/
composer.json
30 lines (30 loc) · 1.19 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
{
"name": "colinmurphy/studioforty9-banner",
"description": "A simple Magento module which adds a banner to your sites header.",
"type": "magento-module",
"license": "BSD-3-Clause",
"homepage": "https://github.com/colinmurphy/studioforty9-banner",
"keywords": ["magento", "seo", "banner"],
"authors": [
{
"name": "Colin Murphy",
"email": "[email protected]",
"homepage": "http://www.studioforty9.com/",
"role": "developer"
}
],
"source": {
"url": "https://github.com/colinmurphy/studioforty9-banner.git",
"type": "git",
"reference": "origin/master"
},
"extra": {
"map": [
["app/code/community/Studioforty9", "app/code/community/Studioforty9"],
["app/etc/modules/Studioforty9_Banner.xml", "app/etc/modules/Studioforty9_Banner.xml"],
["app/design/frontend/base/default/template/studioforty9_banner", "app/design/frontend/base/default/template/studioforty9_banner"],
["app/design/frontend/base/default/layout/studioforty9_banner.xml", "app/design/frontend/base/default/layout/studioforty9_banner.xml"],
["skin/frontend/base/default/studioforty9_banner", "skin/frontend/base/default/studioforty9_banner"]
]
}
}