{
    "name": "stymiee/authnetjson",
    "type": "library",
    "description": "Abstract library for the Authorize.Net JSON APIs",
    "keywords": ["authnetjson","Authorize.Net","JSON"],
    "homepage": "http://github.com/stymiee/authnetjson",
    "license": "Apache-2.0",
    "authors": [
        {
            "name": "John Conde",
            "email": "stymiee@gmail.com",
            "homepage": "http://www.johnconde.net",
            "role": "Developer"
        }
    ],
    "require": {
        "php": ">=5.4.0",
        "curl/curl": "^1.5"
    },
    "autoload": {
        "classmap": [
            "src/"
        ]
    }
}