{
    "name": "jmasci/matrix-builder",
    "description": "A mutable matrix object with methods for sorting rows/columns, adding/removing cells, and a few other things.",
    "type": "library",
    "authors": [
        {
            "name": "Joel Masci",
            "email": "masci.joel@gmail.com"
        }
    ],
    "autoload" : {
        "psr-4": {
            "JMasci\\MatrixBuilder\\": "src/"
        }
    },
    "autoload-dev": {
        "psr-4": {
            "JMasci\\MatrixBuilder\\Tests\\": "tests/"
        }
    },
    "require": {},
    "require-dev": {
        "phpunit/phpunit": "4.*"
    }
}
