{
	"name": "web-engine/wecap",
	"description": "WE360Cap Plugin libraries",
	"version": "0.0.1",
	"type": "library",
	"license": "CC-BY-ND-4.0",
	"authors": [
		{
			"name": "Craig Lawson",
			"email": "craig.lawson@web-engineer.co.uk",
			"homepage": "https://www.web-engineer.co.uk"
		},
		{
			"name": "Matt Vahiboglu",
			"email": "matt.vahiboglu@web-engineer.co.uk"
		}
	],
	"platform": {
		"php": "7.0.0"
	},
	"autoload": {
		"psr-4": {
			"WebEngine\\WordPress\\WeCap\\": "src/"
		}
	},
	"require": {
		"php": ">7.0"
	}
}
