{ "name": "bitpay/magento-plugin", "description": "Bitcoin payment module using the bitpay.com service", "keywords": ["magento","bitcoin"], "minimum-stability": "dev", "type": "magento-plugin", "homepage": "https://github.com/bitpay/magento-plugin", "license": "MIT", "support": { "email": "support@bitpay.com", "issues": "https://github.com/bitpay/magento-plugin/issues", "source": "https://github.com/bitpay/magento-plugin" }, "require": { "composer/installers": "~1.0" }, "require-dev": { "phing/phing": "*", "phpunit/phpunit": "*", "satooshi/php-coveralls": "*", "n98/magerun": "*" }, "config": { "bin-dir": "bin" }, "extra": { "branch-alias": { "dev-master": "6.0.x-dev" } }, "archive": { "exclude": [ "build.xml", "build/", "phpunit.xml.dist", "tests/", ".coveralls.yml", ".gitignore", ".scrutinizer.yml", ".travis.yml" ] } }