{
	"name": "projectcleverweb/color",
	"description": "This is a stand-alone PHP 7 (and PHP 5!) library for working with RGB, HSL, HSB/HSV, Hexadecimal, and CMYK colors. Create schemes, modify specific color properties, easily convert between color spaces, create gradients, and make color suggestions quickly and easily.",
	"version": "0.0.0-dev",
	"keywords": [
		"color",
		"hsl",
		"cmyk",
		"scheme",
		"hex",
		"hexadecimal",
		"theme",
		"rgb",
		"hsb",
		"hue",
		"light",
		"brightness",
		"saturation",
		"manipulation",
		"red",
		"blue",
		"green",
		"class",
		"object",
		"pantone",
		"ral",
		"complementary",
		"triad",
		"tetrad",
		"analogous",
		"accented",
		"split",
		"compound",
		"monochromatic",
		"shades",
		"shade",
		"custom",
		"chroma"
	],
	"homepage": "https://github.com/ProjectCleverWeb/PHP-Color",
	"type": "library",
	"license": "MIT",
	"authors": [
		{
			"name": "Nicholas Jordon",
			"email": "projectcleverweb@gmail.com",
			"homepage": "https://github.com/ProjectCleverWeb"
		}
	],
	"require": {
		"php": ">=5.3"
	},
	"require-dev": {
		"phpunit/phpunit": "~5.5.5",
		"codeclimate/php-test-reporter": "dev-master",
		"codacy/coverage": "dev-master"
	},
	"autoload": {
		"files": ["autoload.php"]
	}
}
