1234567891011121314151617181920212223 |
- {
- "name": "opauth/google",
- "description": "Google strategy for Opauth",
- "keywords": ["authentication","auth","google"],
- "homepage": "http://opauth.org",
- "license": "MIT",
- "authors": [
- {
- "name": "U-Zyn Chua",
- "email": "chua@uzyn.com",
- "homepage": "http://uzyn.com"
- }
- ],
- "require": {
- "php": ">=5.2.0",
- "opauth/opauth": ">=0.2.0"
- },
- "autoload": {
- "psr-0": {
- "": "."
- }
- }
- }
|