{
    "name": "php-science/textrank",
    "description": "TextRank (automatic text summarization) for PHP7 and HHVM.",
    "keywords": ["science", "textrank", "automatic", "summarization", "PHP7", "HHVM", "strict"],
    "license": "MIT",
    "authors": [
        {
            "name": "David Belicza",
            "email": "87.bdavid@gmail.com"
        }
    ],
    "require": {
        "php": "7.*"
    },
    "require-dev": {
        "phpunit/phpunit": "^5.4"
    },
    "autoload": {
        "psr-4": {
            "PhpScience\\TextRank\\": ["src/", "tests/"]
        }
    },
    "scripts": {
        "test": "phpunit --colors='always' $(pwd)/tests",
        "test-hhvm": "hhvm -d hhvm.php7.scalar_types=true /usr/local/bin/phpunit --colors='always' $(pwd)/tests"
    }
}
