{ "name" : "meta-tech/pws-server", "type" : "library", "homepage" : "https://github.com/meta-tech/pws-server", "description" : "PwsServer is a web application skeleton in silex2 managing web services through PwsAuth protocol", "license" : "MIT", "authors" : [ { "name" : "a-Sansara", "homepage" : "https://github.com/a-sansara/" } ], "keywords" : ["Server", "PwsAuth", "WebService", "Silex", "Http"], "autoload" : { "psr-4" : { "" : "src/" } }, "require": { "meta-tech/silex-core" : "^1.0" } }