{
	"name": "voceconnect/thermal-api",
	"type": "wordpress-plugin",
	"description": "A JSON API that provides access to the data within WordPress",
	"license": "GPL-2.0+",
	"authors": [
		{
			"name" : "Michael Pretty",
			"email" : "mpretty@voceconnect.com",
			"role" : "lead"
		},
		{
			"name" : "Kevin Langley"
		},
		{
			"name" : "Jeff Stieler"
		},
		{
			"name" : "Mark Parolisi"
		},
		{
			"name" : "John Ciacia"
		},
		{
			"name" : "Gary Smirny"
		}
	],
	"require": {
		"php": ">=5.3.0",
		"slim/slim": "2.2.0"
	},
	"require-dev": {
		"phpunit/phpunit": "~3.7.0"
	}
}