mirror of
https://github.com/mosbth/cimage.git
synced 2025-01-17 19:18:15 +01:00
32 lines
811 B
JSON
32 lines
811 B
JSON
{
|
|
"name": "mos/cimage",
|
|
"type": "library",
|
|
"description": "Process, scale, resize, crop and filter images.",
|
|
"keywords": ["image", "imageprocessing", "gd"],
|
|
"homepage": "http://dbwebb.se/opensource/cimage",
|
|
"license": "MIT",
|
|
"authors": [
|
|
{
|
|
"name": "Mikael Roos",
|
|
"email": "me@mikaelroos.se",
|
|
"homepage": "http://mikaelroos.se",
|
|
"role": "Developer"
|
|
}
|
|
],
|
|
"support": {
|
|
"issues": "https://github.com/mosbth/cimage/issues",
|
|
"docs": "http://dbwebb.se/opensource/cimage"
|
|
},
|
|
"require": {
|
|
"php": ">=5.3"
|
|
},
|
|
"autoload": {
|
|
"classmap": [
|
|
"CImage.php",
|
|
"CHttpGet.php",
|
|
"CRemoteImage.php",
|
|
"CWhitelist.php"
|
|
]
|
|
}
|
|
}
|