32 lines
763 B
JSON
32 lines
763 B
JSON
{
|
|
"name": "thomaswelton/gravatarlib",
|
|
"description": "A lightweight PHP 5.3 OOP library providing easy gravatar integration.",
|
|
"keywords": ["gravatar", "templating", "twig"],
|
|
"type": "library",
|
|
"license": "MIT",
|
|
"authors": [{
|
|
"name" : "Sam Thompson",
|
|
"email" : "sam@emberlabs.org"
|
|
},
|
|
{
|
|
"name" : "Damian Bushong",
|
|
"email" : "damian@emberlabs.org"
|
|
},
|
|
{
|
|
"name" : "Thomas Welton",
|
|
"email" : "thomaswelton@me.com"
|
|
}
|
|
],
|
|
"require": {
|
|
"php": ">=5.3.0"
|
|
},
|
|
"suggest" : {
|
|
"twig/twig" : ">=1.4.0"
|
|
},
|
|
"autoload": {
|
|
"psr-0": {
|
|
"thomaswelton\\GravatarLib\\": ""
|
|
}
|
|
},
|
|
"target-dir" : "thomaswelton/GravatarLib"
|
|
} |