{
"name": "push/push",
"fullname" : "PUSH PHP FRAMEWORK",
"description": "A PHP-driven platform for rapid web application develepment",
"type": "library",
"license": "MIT",
"keywords": ["framework", "light", "minimal", "application", "slim"],
"homepage": "http://github.com/Jogboms/push",
"version" : "0.0.1 alpha",
"created" : 2014,
"authors": [
{
"name": "Jeremiah Ogbomo",
"email": "jaybladez09@gmail.com",
"link" : "http://www.github.com/jogboms"
}
],
"minimum-stability": "stable",
"autoload": {
"psr-4": {
"Push\\": "Push"
}
},
"require": {
"php": ">=5.5.0"
}
}
|