{
    "name": "ao2/tweeper",
    "type": "library",
    "description": "Tweeper is a web scraper to convert popular social media sites to RSS (e.g. Twitter.com, Instagram.com).",
    "keywords": ["Twitter", "Instagram", "Facebook", "RSS", "scraper"],
    "homepage": "https://git.ao2.it/tweeper.git",
    "license": "GPL-3.0+",
    "authors": [
        {
            "name": "Antonio Ospite",
            "email": "ao2@ao2.it",
            "homepage": "https://ao2.it",
            "role": "Developer"
        }
    ],
    "require": {
        "php": ">=5.3.0",
        "ext-curl": "*",
        "ext-dom": "*",
        "ext-json": "*",
        "ext-xsl": "*",
        "symfony/serializer": ">=2.7.0",
        "symfony/property-access": ">=2.7.0"
    },
    "autoload": {
        "psr-4": { "Tweeper\\": "src/" }
    },
    "bin": ["tweeper"]
}
