{
	"name": "windows-1258",
	"version": "1.0.0",
	"description": "A robust windows-1258 encoder/decoder written in JavaScript.",
	"homepage": "https://mths.be/windows-1258",
	"main": "windows-1258.js",
	"keywords": [
		"codec",
		"decoder",
		"decoding",
		"encoder",
		"encoding",
		"legacy",
		"legacy-encoding",
		"cp1258",
		"windows-1258",
		"x-cp1258"
	],
	"license": "MIT",
	"author": {
		"name": "Mathias Bynens",
		"url": "https://mathiasbynens.be/"
	},
	"repository": {
		"type": "git",
		"url": "https://github.com/mathiasbynens/windows-1258.git"
	},
	"bugs": "https://github.com/mathiasbynens/windows-1258/issues",
	"files": [
		"LICENSE-MIT.txt",
		"windows-1258.js"
	],
	"scripts": {
		"download": "curl https://encoding.spec.whatwg.org/index-windows-1258.txt > data/index.txt",
		"build": "node scripts/transform-data.js",
		"test": "node tests/tests.js"
	},
	"devDependencies": {
		"coveralls": "^2.11.6",
		"grunt": "^0.4.5",
		"grunt-shell": "^1.1.2",
		"grunt-template": "^0.2.3",
		"istanbul": "^0.4.2",
		"jsesc": "^2.1.0",
		"qunit-extras": "^1.4.5",
		"qunitjs": "~1.11.0",
		"requirejs": "^2.1.22",
		"string.fromcodepoint": "^0.2.1"
	}
}
