{
	"name": "eslint-config-codogo",
	"description": "fuck space indentation",
	"version": "3.2.15",
	"main": "index.js",
	"repository": "git@bitbucket.org:codogo/eslint-config-codogo.git",
	"author": "code@codogo.io",
	"license": "MIT",
	"eslintConfig": {
		"extends": "./index.js"
	},
	"babel": {
		"presets": [
			"codogo"
		]
	},
	"dependencies": {
		"babel-eslint": "^8.0.1",
		"babel-preset-codogo": "^3.2.15",
		"eslint-config-react-app": "^2.0.1",
		"eslint-plugin-flowtype": "^2.36.0",
		"eslint-plugin-import": "^2.2.0",
		"eslint-plugin-jsx-a11y": "^5.0.1",
		"eslint-plugin-react": "^7.4.0"
	}
}
