{
    "name": "rych/bytesize",
    "type": "library",
    "description": "Utility component for nicely formatted file sizes.",
    "keywords": ["filesize"],
    "homepage": "https://github.com/rchouinard/bytesize",
    "license": "MIT",
    "authors": [
        {
            "name": "Ryan Chouinard",
            "email": "rchouinard@gmail.com",
            "homepage": "http://ryanchouinard.com"
        }
    ],
    "require": {
        "php": ">=5.3.4",
        "ext-bcmath": "*"
    },
    "require-dev": {
        "phpunit/phpunit": "3.7.*"
    },
    "autoload": {
        "psr-4": {
            "Rych\\ByteSize\\": "src/"
        }
    }
}
