{
    "name": "asgrim/ofxparser",
    "description": "Simple OFX file parser",
    "keywords": ["ofx", "open financial exchange", "finance", "parser"],
    "license": "MIT",
    "authors": [
        {
            "name": "Guillaume Bailleul",
            "email": "contact@guillaume-bailleul.fr",
            "homepage": "http://www.guillaume-bailleul.fr"
        },
        {
            "name": "James Titcumb",
            "email": "hello@jamestitcumb.com",
            "homepage": "http://www.jamestitcumb.com/"
        },
        {
            "name": "Oliver Lowe",
            "email": "mrtriangle@gmail.com"
        }
    ],
    "require": {
        "php": "~5.6|~7.0"
    },
    "require-dev": {
        "phpunit/phpunit": "~5.5",
        "squizlabs/php_codesniffer": "~2.6"
    },
    "autoload":     {
        "psr-0": {
            "OfxParser": "lib/"
        }
    }
}
