{
	"name": "chai-untab",
	"version": "1.0.0",
	"description": "Remove leading indentation from multi-line strings before comparing.",
	"author": "John Gardner <gardnerjohng@gmail.com>",
	"keywords": ["multiline", "strings", "untab", "unindent", "outdent", "unindent", "tab"],
	"repository": "https://github.com/Alhadis/Chai-Untab",
	"license": "ISC",
	"engines": { "node": ">=6.0.0" },
	"main": "chai-untab.js",
	"files": ["chai-untab.js"],
	"peerDependencies": {
		"chai": "*"
	},
	"devDependencies": {
		"mocha": "*",
		"chai": "*"
	}
}
