| {
	"name" : "lucliscio/fankounter",
	"type" : "application",
	"description" : "It's a free PHP counter originally developed by FanatiKo ",
	"version" : "5.1-unstable.8",
	"keywords" : [
		"hit counter",
		"php",
		"statistic",
		"counter",
		"visitors counter",
		"cross plattafor"
	],
	"homepage" : "https://fanKounter.hzknight.org",
	"license" : "AGPL-3.0-or-later",
	"authors" : [{
			"name" : "Luca Liscio",
			"email" : "[email protected] ",
			"homepage" : "https://about.me/lucaliscio",
			"role" : "Developer"
		}
	],
	"require" : {
		"php" : ">=5.4.0"
	},
	"autoload" : {
		"psr-0" : {
			"fankounter" : "src"
		}
	},
	"minimum-stability" : "alpha",
	"support" : {
		"email" : "[email protected] ",
		"issues" : "https://github.com/lucliscio/fanKounter/issues",
		"wiki" : "https://github.com/lucliscio/fanKounter/wiki",
		"source" : "https://github.com/lucliscio/fanKounter"
	}
}
 |