| {
    "name": "masnathan/pagination",
    "description": "Lightweight and easy to use pagination library.",
    "keywords": [
        "pagination",
        "html"
    ],
    "homepage": "https://github.com/masnathan/pagination",
    "license": "MIT",
    "authors": [
        {
            "name": "André Filipe",
            "email": "andre.r.flip@gmail.com",
            "homepage": "http://masnathan.com",
            "role": "Developer"
        }
    ],
    "require": {
        "php" : ">=5.3.0"
    },
    "require-dev": {
        "phpunit/phpunit" : "4.*",
        "scrutinizer/ocular": "~1.1"
    },
    "autoload": {
        "psr-4": {
            "MASNathan\\Pagination\\": "src"
        }
    },
    "autoload-dev": {
        "psr-4": {
            "MASNathan\\Pagination\\Test\\": "tests"
        }
    },
    "scripts": {
        "test": "bin/phpunit"
    },
    "extra": {
        "branch-alias": {
            "dev-master": "1.0-dev"
        }
    },
    "config":
    {
        "bin-dir": "bin"
    }
}
 |