-
Notifications
You must be signed in to change notification settings - Fork 1
/
composer.json
29 lines (29 loc) · 1.24 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
{
"name": "blueclaw/overeighteen",
"description": "Prompts visitors to confirm they are of legal age before allowing them to view your site.",
"type":"magento-module",
"license": "propriety",
"authors": [
{
"name": "John Hickling",
"email": "john@blueclaw.co.uk"
}
],
"minimum-stability": "stable",
"require": {
"magento-hackathon/magento-composer-installer": "*"
},
"extra": {
"branch-alias": {
"dev-master": "1.0.0-dev"
},
"map": [
["app/etc/modules/Blueclaw_OverEighteen.xml", "app/etc/modules/Blueclaw_OverEighteen.xml"],
["app/design/frontend/base/default/layout/blueclaw_overeighteen.xml","app/design/frontend/base/default/layout/blueclaw_overeighteen.xml"],
["app/design/frontend/base/default/template/blueclaw/overeighteen", "app/design/frontend/base/default/template/blueclaw/overeighteen"],
["js/blueclaw/overeighteen", "js/blueclaw/overeighteen"],
["skin/frontend/base/default/blueclaw/overeighteen", "skin/frontend/base/default/blueclaw/overeighteen"],
["app/code/community/Blueclaw/OverEighteen", "app/code/community/Blueclaw/OverEighteen"]
]
}
}