forked from HPCIDemo/HPCIMagento
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
34 lines (34 loc) · 1.78 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
{
"name": "HPCIDemo/Magento",
"type": "magento-module",
"homepage": "https://github.com/HPCIDemo/HPCIMagento",
"description": "HPCI Magento Extension",
"minimum-stability": "dev",
"authors":[
{
"name": "Adam Chetverkin",
"email": "[email protected]"
}
],
"require":{
"magento-hackathon/magento-composer-installer": "*",
},
"extra": {
"map": [
["app/code/local/Hostedpci", "app/code/local/Hostedpci"],
["app/design/adminhtml/default/default/layout/hpci.xml", "app/design/adminhtml/default/default/layout/hpci.xml"],
["app/design/adminhtml/default/default/template/hpci", "app/design/adminhtml/default/default/template/hpci"],
["app/design/frontend/base/default/layout/hpci.xml", "app/design/frontend/base/default/layout/hpci.xml"],
["app/design/frontend/base/default/template/hpci", "app/design/frontend/base/default/template/hpci"],
["skin/frontend/base/default/css/hpci.css", "skin/frontend/base/default/css/hpci.css"],
["skin/frontend/rwd/default/css/hpci.css", "skin/frontend/rwd/default/css/hpci.css"],
["skin/frontend/base/default/js/hpci", "skin/frontend/base/default/js/hpci"],
["skin/frontend/base/default/images/js-logo.gif", "skin/frontend/base/default/images/js-logo.gif"],
["skin/adminhtml/base/default/js/hpci", "skin/adminhtml/base/default/js/hpci"],
["app/etc/modules/Hostedpci_Hpci.xml", "app/etc/modules/Hostedpci_Hpci.xml"],
["app/locale/fr_FR/Hostedpci_Hpci.csv", "app/locale/fr_FR/Hostedpci_Hpci.csv"],
["lib/Varien/Data/Form/Element/Version.php", "lib/Varien/Data/Form/Element/Version.php"]
],
"auto-append-gitignore": true
}
}