| {
	"name" : "dmamontov/ms-restapi",
	"description" : "PHPClient to work with through Moy Sklad Rest API.",
	"type" : "library",
	"keywords" : [
		"api",
		"client",
		"ms",
		"moy sklad",
		"rest",
		"crm"
	],
	"version" : "1.1.2",
	"license" : "BSD-3-Clause",
	"homepage" : "http://www.slobel.ru/",
	"authors" : [{
			"name" : "Dmitry Mamontov",
			"email" : "[email protected] ",
			"role" : "lead"
		}
	],
	"require" : {
		"php" : ">=5.3.0"
	},
	"support" : {
		"email" : "[email protected] "
	},
	"autoload" : {
		"files" : [
			"MSRestApi.php"
		]
	},
	"extra" : {
		"branch-alias" : {
			"dev-master" : "1.0.0.x-dev"
		}
	}
}
 |