{
	"name": "crc-32",
	"version": "0.3.0",
	"author": "sheetjs",
	"description": "Pure-JS CRC-32",
	"keywords": [ "crc32", "checksum", "crc" ],
	"main": "./crc32",
	"devDependencies": {
		"mocha":"",
		"uglify-js":""
	},
	"repository": { "type":"git", "url":"git://github.com/SheetJS/js-crc32.git" },
	"scripts": {
		"pretest": "git submodule init && git submodule update",
		"test": "make test"
	},
	"config": {
		"blanket": {
			"pattern": "crc32.js"
		}
	},
	"bugs": { "url": "https://github.com/SheetJS/js-crc32/issues" },
	"license": "Apache-2.0",
	"engines": { "node": ">=0.8" }
}
