{
    "name": "academicpuma/citeproc-php",
    "description": "This is an effort to implement a full-featured standalone CSL processor in PHP. The code based on the implementation of Ron Jerome.",
    "require-dev": {
        "phpunit/phpunit":"3.7.*",
        "phpunit/phpunit-skeleton-generator": "2.0.*"
    },
    "require": {
        "academicpuma/styles":">=1.0",
        "academicpuma/locales":">=1.0"
    },
    "autoload": {
        "psr-4": {"AcademicPuma\\CiteProc\\": "src/"}
    },
    "license": "GPL v3",
    "authors": [
        {
            "name": "Sebastian Böttger",
            "email": "boettger@cs.uni-kassel.de"
        }
    ]
}
