{
	"name" : "joypack/tencent-map",
	"description" : "腾讯位置服务(WebService)",
	"type" : "library",
	"version" : "1.0.0",
	"keywords" : [
		"腾讯位置服务",
		"lbs"
	],
	"homepage" : "https://github.com/joypack/tencent-map",
	"authors" : [{
			"name" : "堪笑",
			"email" : "jixiang.f@gmail.com",
			"role" : "Developer",
			"homepage" : "http://cli.life"
		}
	],
	"require": {
	   "php": ">=5.6"
	},
	"support" : {
		"email" : "jixiang.f@gmail.com",
		"issues" : "https://github.com/joypack/tencent-map/issues",
		"wiki" : "https://github.com/joypack/tencent-map/wiki"
	},
	"license": "Apache-2.0",
	"autoload" : {
		"psr-4" : {
			"Joypack\\Tencent\\Map\\" : "src"
		}
	},
	"minimum-stability" : "stable"
}