| {
	"keywords" : [
		"DuckDuckGo"
	],
	"autoload" : {
		"psr-4" : {
			"Nkey\\DDG\\API\\" : "src"
		}
	},
	"autoload-dev" : {
		"psr-4" : {
			"Nkey\\DDG\\API\\Tests\\" : "tests"
		}
	},
	"name" : "nkey/ddg-api",
	"type" : "library",
	"description" : "DuckDuckGo API client",
	"license" : "Apache-2.0",
	"require" : {
		"php" : ">=7.0",
		"nkey/phpgenerics" : "dev-master",
		"webmozart/json" : "~1.2"
	},
	"require-dev" : {
		"phpunit/phpunit" : "~6.0",
		"scrutinizer/ocular" : "~1.0"
	},
	"support" : {
		"email" : "[email protected] "
	},
	"extra" : {
		"branch-alias" : {
			"dev-master" : "1.1-dev"
		}
	},
	"authors" : [{
			"name" : "Maik Greubel",
			"email" : "[email protected] ",
			"homepage" : "https://nkey.de",
			"role" : "Maintainer"
		}
	]
}
 |