| {
	"keywords" : [
		"webcam image storage shrink archive"
	],
	"autoload" : {
		"psr-4" : {
			"Nkey\\" : "src"
		}
	},
	"name" : "nkey/phpWebcamFetch",
	"type" : "library",
	"description" : "Fetch, store, shrink and archive remote webcam images",
	"license" : "BSD-2-Clause",
	"reqire" : {
		"php" : ">=5.3",
		"ext-gd2" : "*",
		"nkey/phpGenerics" : "1.0"
	},
	"require-dev" : {
		"phpunit/phpunit" : "~5.0",
		"squizlabs/php_codesniffer" : "~2.0",
		"phploc/phploc" : "~3.0",
		"pdepend/pdepend" : "~2.0",
		"phpmd/phpmd" : "~2.0",
		"sebastian/phpcpd" : "~3.0",
		"theseer/phpdox" : "~0.9",
		"psr/log" : "1.0.0",
		"nkey/phpGenerics" : "1.0"
	},
	"authors" : [{
			"name" : "Maik Greubel",
			"email" : "[email protected] ",
			"homepage" : "https://www.nkey.de",
			"role" : "Maintainer"
		}
	],
	"support" : {
		"email" : "[email protected] "
	}
}
 |