mirror of
https://github.com/ivuorinen/palette.git
synced 2026-01-26 11:34:09 +00:00
29 lines
738 B
JSON
29 lines
738 B
JSON
{
|
|
"name": "ivuorinen/palette",
|
|
"description": "Get most used colors from an image",
|
|
"keywords": ["image", "colors", "palette", "psr-2"],
|
|
"homepage": "https://github.com/ivuorinen/palette",
|
|
"type": "library",
|
|
"license": "MIT",
|
|
"authors": [
|
|
{
|
|
"name": "Ismo Vuorinen",
|
|
"email": "ivuorinen@me.com"
|
|
}
|
|
],
|
|
"support": {
|
|
"source": "https://github.com/ivuorinen/palette",
|
|
"issues": "https://github.com/ivuorinen/palette/issues"
|
|
},
|
|
"autoload": {
|
|
"psr-0": { "ivuorinen\\Palette\\": "src/" },
|
|
"classmap": ["src/"]
|
|
},
|
|
"require": {
|
|
"php": ">=5.6.0"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "5.7.27"
|
|
}
|
|
}
|