2017-03-11 21:07:58 +00:00
|
|
|
{
|
2017-03-13 17:27:37 +00:00
|
|
|
"name" : "meta-tech/pws-auth",
|
|
|
|
"type" : "library",
|
|
|
|
"homepage" : "https://github.com/meta-tech/pws-auth",
|
|
|
|
"description" : "PwsAuth is an authentication protocol throught http header designed to web services",
|
|
|
|
"license" : "MIT",
|
|
|
|
"authors" : [
|
|
|
|
{
|
|
|
|
"name" : "a-Sansara",
|
|
|
|
"homepage" : "https://github.com/a-sansara/"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"keywords" : ["Authentication", "Protocol", "WebService", "Http", "PwsAuth"],
|
|
|
|
"autoload" : {
|
|
|
|
"psr-4" : {
|
|
|
|
"" : "src/"
|
2017-03-11 21:07:58 +00:00
|
|
|
}
|
|
|
|
},
|
2017-03-13 17:27:37 +00:00
|
|
|
"require" : {
|
2017-03-11 21:07:58 +00:00
|
|
|
"symfony/yaml": "^3.2"
|
|
|
|
}
|
|
|
|
}
|