Files
palette/composer.json
2013-06-27 04:29:58 +03:00

25 lines
602 B
JSON

{
"name": "ivuorinen/palette",
"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"
},
"require": {
"php": ">=5.2.0"
},
"extra": {
"branch-alias": {
"dev-master": "master"
}
}
}