{
    "name" 			: "hellofromtonya/kint-php-debugger",
    "description" 	: "Kint PHP Debugger for WordPress",
    "type"          : "project",
    "keywords" 		: ["wordpress", "wp", "kint", "php", "debug"],
    "homepage" 		: "http://hellofromtonya.com/",
    "license" 		: "GPL-2.0+",
    "authors": [
        {
            "name" 	: "hellofromTonya",
            "email" : "hellofromtonya@knowthecode.io"
        }
    ],
    "require": {
        "php" : ">=5.3.0"
    },
    "require-dev": {
        "kint-php/kint": "^1.0"
    },
    "autoload" : {
        "classmap": [],
        "files": []
    },
    "extra": {
        "branch-alias": {
            "dev-master": "1.0-dev"
        }
    },
    "config": {
        "vendor-dir": "src"
    },
    "minimum-stability": "dev"
}