mirror of
https://github.com/mosbth/cimage.git
synced 2025-01-17 19:18:15 +01:00
28 lines
668 B
JSON
28 lines
668 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"
|
|
}
|
|
],
|
|
"require": {
|
|
"php": ">=5.3"
|
|
},
|
|
"autoload": {
|
|
"psr-0": { "UniqueGlobalClass": "" }
|
|
},
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "v0.7.x-dev"
|
|
}
|
|
}
|
|
}
|