{
    "name": "vink/omnipay-komoju",
    "type": "library",
    "description": "Komoju driver for the Omnipay payment processing library",
    "keywords": [
        "gateway",
        "merchant",
        "omnipay",
        "pay",
        "payment",
        "komoju"
    ],
    "homepage": "https://github.com/dannyvink/omnipay-komoju",
    "license": "MIT",
    "authors": [
        {
            "name": "Danny Vink",
            "email": "danny@dannyvink.com"
        }
    ],
    "autoload": {
        "psr-4": { "Omnipay\\Komoju\\" : "src/" }
    },
    "require": {
        "omnipay/common": "~2.0"
    },
    "require-dev": {
        "omnipay/tests": "~2.0"
    }
}