{
	"name": "tarosky/taro-cpt-front",
	"description": "A WordPress plugin to make post type front page.",
	"minimum-stability": "stable",
	"license": "GPL-3.0-or-later",
	"scripts": {
		"test": "phpunit",
		"lint": [
			"phpcs --config-set installed_paths $(pwd)/vendor/wp-coding-standards/wpcs",
			"phpcs --standard=phpcs.ruleset.xml $(find ./ -name '*.php')"
		],
		"fix": [
			"phpcs --config-set installed_paths $(pwd)/vendor/wp-coding-standards/wpcs",
			"phpcbf --standard=phpcs.ruleset.xml $(find ./ -name '*.php')"
		]
	},
	"authors": [
		{
			"name": "TAROSKKY INC.",
			"email": "info@tarosky.co.jp"
		}
	],
	"require": {
		"php": "^5.6|^7.0"
	},
	"require-dev": {
		"phpunit/phpunit": "^5.7|^6",
		"squizlabs/php_codesniffer": "^3.0",
		"wp-coding-standards/wpcs": "^2.0",
		"yoast/phpunit-polyfills": "^1.0"
	}
}
