{
	"name": "ogrosko/clear-cache-for-timber",
	"description": "WordPress Plugin extends Timber WP plugin with clearing cache functionality.",
	"keywords": ["wordpress", "timber", "clear cache"],
	"license": "GPL-2.0+",
	"version": "0.2.0",
	"authors": [
		{
			"name": "Ondrej Grosko",
			"email": "ogrosko@gmail.com"
		}
	],

	"type": "wordpress-plugin",

	"repositories":[
        {
            "type":"composer",
            "url":"http://wpackagist.org"
        }
    ],

	"require": {
		"php": ">=5.4",
		"wpackagist-plugin/timber-library": ">0.20.0",
		"composer/installers": "~1.0"
	}
}
