{
	"name": "ferranfg/mpl-publisher",
	"description": "MPL - Publisher is a plugin to help you publish your WordPress posts as an elegant eBooks. Choose your format: PDF, ePub, Mobi... etc.",
	"keywords": ["wordpress", "ebook", "epub"],
	"license": "MIT",
	"require": {
		"grandt/phpepub": "dev-master",
		"illuminate/view": "^5.0",
		"illuminate/events": "^5.1@dev"
	},
	"autoload": {
		"psr-4": {
			"MPL\\Publisher\\": "libs"
		}
	},
	"config": {
		"preferred-install": "dist"
	},
	"minimum-stability": "dev"
}
