{
	"name": "linter-sniffer-pretty-printer",
	"version": "1.0.0",
	"description": "Sniffer, Linter, Pretty Printer for WordPress Projects",
	"scripts": {
		"test": "echo \"Error: no test specified\" && exit 1"
	},
	"repository": {
		"type": "git",
		"url": "git+https://github.com/christophherr/linter-sniffer-pretty-printer.git"
	},
	"author": "Christoph Herr",
	"license": "GPL-2.0-or-later",
	"bugs": {
		"url": "https://github.com/christophherr/linter-sniffer-pretty-printer/issues"
	},
	"homepage": "https://github.com/christophherr/linter-sniffer-pretty-printer#readme",
	"devDependencies": {
		"eslint": "^4.19.1",
		"eslint-config-wordpress": "^2.0.0",
		"prettier": "^1.12.1",
		"prettier-eslint": "^8.8.1",
		"prettier-stylelint": "^0.4.2",
		"stylelint": "^9.1.3",
		"stylelint-config-wordpress": "^13.0.0",
		"stylelint-order": "^0.8.1"
	},
	"browserslist": [
		"> 1%",
		"ie >= 11",
		"last 1 Android versions",
		"last 1 ChromeAndroid versions",
		"last 2 Chrome versions",
		"last 2 Firefox versions",
		"last 2 Safari versions",
		"last 2 iOS versions",
		"last 2 Edge versions",
		"last 2 Opera versions"
	]
}
