You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
nextcloud/lib/composer/mexitek/phpcolors/composer.json

38 lines
923 B
JSON

{
"name": "mexitek/phpcolors",
"description": "A series of methods that let you manipulate colors. Just incase you ever need different shades of one color on the fly.",
"type": "library",
"keywords": [
"color",
"ui",
"css",
"frontend",
"design"
],
"homepage": "http://mexitek.github.com/phpColors/",
"license": "MIT",
"authors": [
{
"name": "Arlo Carreon",
"homepage": "http://arlocarreon.com",
"role": "creator"
}
],
"support": {
"issues": "https://github.com/mexitek/phpColors/issues",
"source": "https://github.com/mexitek/phpColors"
},
"require": {
"php": "^7.2|^8.0"
},
"require-dev": {
"nette/tester": "^2.3",
"squizlabs/php_codesniffer": "^3.5"
},
"autoload": {
"classmap": [
"src"
]
}
}