{
	"name": "@declanchidlow/fixcss",
	"version": "1.0.0",
	"description": "Library to rectify mistakes in the design of CSS.",
	"keywords": [
		"css",
		"fix",
		"mistakes",
		"csswg",
		"convert",
		"transpile"
	],
	"homepage": "https://tangled.org/vale.rocks/FixCSS",
	"bugs": "https://tangled.org/vale.rocks/FixCSS/issues",
	"license": "MIT",
	"author": "Declan Chidlow (http://vale.rocks)",
	"funding": "https://vale.rocks/support",
	"files": [
		"fixcss.js",
		"fixcss-cli.js"
	],
	"main": "fixcss.js",
	"bin": {
		"fixcss": "fixcss-cli.js"
	},
	"repository": {
		"type": "git",
		"url": "git+https://tangled.org/vale.rocks/FixCSS.git"
	},
	"scripts": {
		"test": "node test/test.js"
	}
}
