{
	"name": "itscss",
	"version": "3.1.0",
	"description": "SCSS starter boilerplate based on the ITCSS pattern",
	"keywords": [
		"CSS",
		"SCSS",
		"SASS",
		"ITCSS",
		"PostCSS",
		"CSS Boilerplate",
		"SCSS Boilerplate",
		"SASS Boilerplate",
		"ITCSS Boilerplate",
		"PostCSS Boilerplate",
		"CSS Starter Template",
		"SCSS Starter Template",
		"SASS Starter Template",
		"ITCSS Starter Template",
		"PostCSS Starter Template"
	],
	"homepage": "https://itscss.atanas.info",
	"bugs": {
		"url": "https://github.com/scriptex/itscss/issues",
		"email": "hi@atanas.info"
	},
	"license": "MIT",
	"author": "Atanas Atanasov <hi@atanas.info> (https://atanas.info)",
	"funding": "https://github.com/sponsors/scriptex",
	"main": "index.scss",
	"style": "index.scss",
	"repository": {
		"type": "git",
		"url": "github:scriptex/itscss"
	},
	"scripts": {
		"copy": "cp main.css demo/main.css",
		"sass": "sass index.scss main.css --no-source-map",
		"postcss": "postcss main.css -o main.css -c postcss.config.js",
		"build": "yarn sass && yarn postcss",
		"deploy": "yarn build && yarn copy"
	},
	"dependencies": {},
	"devDependencies": {
		"autoprefixer": "10.4.10",
		"browserslist": "4.21.3",
		"postcss": "8.4.16",
		"postcss-cli": "10.0.0",
		"postcss-flexbugs-fixes": "5.0.2",
		"postcss-normalize": "10.0.1",
		"postcss-utilities": "0.8.4",
		"sass": "1.54.9"
	},
	"peerDependencies": {
		"autoprefixer": ">=10.0.0",
		"postcss": ">=8.1.10",
		"postcss-cli": ">=8.3.0",
		"postcss-flexbugs-fixes": ">=5.0.2",
		"postcss-normalize": ">=9.0.0",
		"postcss-utilities": ">=0.8.4",
		"sass": ">=1.43.0"
	},
	"browserslist": [
		"> 1%",
		"last 2 versions",
		"not ie <= 11",
		"not op_mini all"
	]
}
