{
    "name": "chumper/datatable",
    "description": "This is a laravel 4 package for the server and client side of datatablaes at http://datatables.net/",
    "keywords" : ["laravel","datatables", "ajax", "jquery"],
    "license": "MIT",
    "homepage": "http://github.com/Chumper/datatable",
    "authors": [
        {
            "name": "Nils Plaschke",
            "email": "github@nilsplaschke.de",
            "homepage": "http://nilsplaschke.de",
            "role": "Developer"
        }
    ],
    "require": {
        "php": ">=5.3.0",
        "illuminate/support": "~5.0|^6.0",
        "illuminate/view": "~5.0|^6.0",
        "illuminate/config": "~5.0|^6.0"
    },
    "require-dev": {
        "phpunit/phpunit": "3.7.*",
        "mockery/mockery": "dev-master",
        "orchestra/testbench": "3.1.*"
    },
    "autoload": {
        "psr-0": {
            "Chumper\\Datatable": "src/"
        }
    },
    "minimum-stability": "dev",
    "repositories": [
        {
            "type": "vcs",
            "url": "git://github.com/orchestral/phpseclib.git"
        }
    ]
}
