{
	"name": "pskli/wp-timeliner",
	"description": "Create highly-customizable timelines in WordPress and display achievements in a chronological way.",
	"type": "wordpress-plugin",
	"authors": [
		{
			"name": "Pierre Saïkali",
			"email": "dev@mosaika.fr",
			"role": "Developer",
			"homepage": "https://mosaika.fr"
		}
	],
	"keywords": [
		"wordpress", "timeline", "event", "achievement", "chronological"
	],
	"license": "GPL2",
	"require": {
		"php": ">=5.6",
		"composer/installers": "~1.6.0"
	},
	"require-dev": {
		"squizlabs/php_codesniffer": "^3.3",
		"wp-coding-standards/wpcs": "^1.1"
	},
	"scripts": {
		"post-install-cmd": [
			"\"vendor/bin/phpcs\" --config-set installed_paths vendor/wp-coding-standards/wpcs"
		],
		"post-update-cmd": [
			"\"vendor/bin/phpcs\" --config-set installed_paths vendor/wp-coding-standards/wpcs"
		]
	}
}