| {
	"name": "supremacia/phatto",
	"description": "Micro boot for server applications with PHP.",
    	"keywords": ["framework","php","web","site","server","side"],
    	"license": "MIT",
    	"type": "project",
    	"homepage": "https://github.com/supremacia/phatto",
    	"authors": [{
        	"name": "Bill Rocha",
        	"email": "[email protected] "
    	}],
	"config":{
		"vendor-dir":".php/Composer"
	},
	"autoload":{
		"psr-4":{
			"":".php",
			"Config\\":".php/Config"
		}
	},
	"require": {
	},
    "scripts": {
       	"wserve": ["explorer \"http://localhost\" & php -S 127.0.0.1:80 -t ./public"],
       	"run":    ["php boot.php"]
    }
}
 |