{
    "name": "hazardland/app",
    "type": "library",
    "description": "tiny php mvc framework module",
    "keywords": ["mvc","framework"],
    "homepage": "http://github.com/hazardland/app.php",
    "license": "MIT",
    "authors": [
        {
            "name": "hazardland",
            "email": "hazardland@gmail.com",
            "homepage": "http://hazardland.com",
            "role": "Developer"
        }
    ],
    "require":
    {
        "php": ">=5.4.21"
    },
    "autoload": {
	"psr-4": {"App\\": "src/"}
    }
}