
{
    "name": "samdark/sitemap",
    "description": "Sitemap and sitemap index builder",
    "keywords": [
        "sitemap"
    ],
    "homepage": "https://github.com/samdark/sitemap",
    "license": "BSD-3-Clause",
    "authors": [
        {
            "name": "Alexander Makarov",
            "email": "sam@rmcreative.ru",
            "homepage": "http://rmcreative.ru/"
        }
    ],
    "support": {
        "issues": "https://github.com/samdark/sitemap/issues",
        "source": "https://github.com/samdark/sitemap"
    },
    "require": {
        "php": ">=5.3.0",
        "ext-xmlwriter": "*"
    },
    "require-dev": {
        "phpunit/phpunit": "~4.4"
    },
    "autoload": {
        "psr-4": {
            "samdark\\sitemap\\": ""
        }
    }
}
