processmaker-builder
Version:
The gulp task runner for ProcessMaker building
22 lines (21 loc) • 519 B
JSON
{
"name": "bshaffer/oauth2-server-php",
"description":"OAuth2 Server for PHP",
"keywords":["oauth","oauth2","auth"],
"type":"library",
"license":"MIT",
"authors":[
{
"name":"Brent Shaffer",
"email": "bshafs@gmail.com",
"homepage":"http://brentertainment.com"
}
],
"homepage": "http://github.com/bshaffer/oauth2-server-php",
"require":{
"php":">=5.2.0"
},
"autoload": {
"psr-0": { "OAuth2": "src/" }
}
}