diff --git a/composer.json b/composer.json new file mode 100644 index 0000000..8d977cc --- /dev/null +++ b/composer.json @@ -0,0 +1,8 @@ +{ + "name": "bubble/api", + "type": "magento-module", + "description": "Magento extension to improve some missing features of API", + "suggest": { + "magento-hackathon/magento-composer-installer": "*" + } +} diff --git a/modman b/modman new file mode 100644 index 0000000..29a71a2 --- /dev/null +++ b/modman @@ -0,0 +1,4 @@ +app/code/community/Bubble/Api app/code/community/Bubble/Api +app/design/adminhtml/base/default/template/bubble app/design/adminhtml/base/default/template/bubble +app/etc/modules/Bubble_Api.xml app/etc/modules/Bubble_Api.xml +app/locale/fr_FR/Bubble_Api.csv app/locale/fr_FR/Bubble_Api.csv